@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('page_create')) {{ ___('common.add') }} @endif
@if (hasPermission('news_update') || hasPermission('news_delete')) @endif @forelse ($data['pages'] as $key => $row) @if ((hasPermission('page_update') || hasPermission('page_delete'))) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.locale') }} {{ ___('common.status') }} {{ ___('common.menu_show') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->defaultTranslate->name ?? @$row->name }} {{ @$row->defaultTranslate->locale ?? @$row->locale }} @if ($row->active_status == 1) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif {{ @$row->menu_show }}

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush