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

Accreditation Management

Add Accreditation

@php $pi = ($Accreditation->currentPage() - 1) * $Accreditation->perPage() + 1; @endphp @foreach($Accreditation as $data) @php $pi++; @endphp @endforeach
S.no Accreditation Name Images Status Action
{{ $pi}} {{ $data['accreditation_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')