@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Sector Management

Add Sector

@php $pi = ($Sector->currentPage() - 1) * $Sector->perPage() + 1; @endphp @foreach($Sector as $data) @php $pi++; @endphp @endforeach
S.no Sector Name Images Status Action
{{ $pi}} {{ $data['sector_title']}} Pages Image
pg_status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
S.no Sector Name Images Status Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')