{{ __('admin.Custom Page') }}
{{ __('admin.Add New') }}
@endsection
| {{ __('admin.SN') }} | {{ __('admin.Name') }} | {{ __('admin.Banner') }} | {{ __('admin.Translations') }} | {{ __('admin.Status') }} | {{ __('admin.Action') }} |
|---|---|---|---|---|---|
| {{ ++$index }} | {{ $customPage->page_name }} | |
@forelse($languages as $key => $language) {{ strtoupper($language->code) }} @if (!$loop->last) || @endif @empty {{ strtoupper(config('app.locale')) }} @endforelse | @if ($customPage->status == 1) @else @endif |