@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_sections_update')) @endif @forelse ($data['sections'] as $key => $row) @if (hasPermission('page_sections_update')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.Key') }} {{ ___('common.name') }} {{ ___('common.locale') }} {{ ___('common.image') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->key }} {{ @$row->defaultTranslate->name ?? @$row->name }} {{ @$row->defaultTranslate->locale ?? @$row->locale }} @if (@$row->upload_path)
Photo
@endif

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

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

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