{{__('admin.Custom Page')}}

{{__('admin.Add New')}}
@foreach ($custom_pages as $index => $custom_page) @endforeach
{{__('admin.SN')}} {{__('admin.Name')}} {{__('admin.Status')}} {{__('admin.Action')}}
{{ ++$index }} {{ $custom_page->translate->page_name }} @if($custom_page->status == 1) {{__('admin.Active')}} @else {{__('admin.Inactive')}} @endif