@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.image') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->key }} {{ @$row->name }} @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