@extends('layouts.admin') @section('title') @lang(ucfirst($section->name).' Section') @endsection @section('breadcrumb')

@lang(ucfirst($section->name).' Section')

@lang('Back')
@endsection @section('content') @if(is_array($section->sub_content))

@lang(ucfirst($section->name).' SubContent')

@php $i = 0; @endphp @forelse ($section->sub_content as $key => $info) @empty @endforelse
@lang('SL') @lang('Title') @lang('Language') @lang('Action')
{{++$i}} {{$info->title}} {{$info->lang}}
@lang('No Data Found')
@endif @endsection @push('script') @endpush