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

{{ $data['title'] }}

@forelse ($data['sections'] as $key => $row) @empty @endforelse
{{ ___('mainapp_common.sr_no') }} {{ ___('mainapp_common.Key') }} {{ ___('mainapp_common.name') }} {{ ___('mainapp_common.image') }} {{ ___('mainapp_common.action') }}
{{ ++$key }} {{ @$row->key }} {{ @$row->name }} @if (@$row->upload_path)
Photo
@endif

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

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

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