@extends('backend.layouts.app') @section('content')
@if(\Auth::user()->user_type == 'admin') @endif @if($sections->isNotEmpty()) @foreach($sections as $key => $section) @if(\Auth::user()->user_type == 'admin') @endif @endforeach @endif
# Name GradeSchoolAction
{{ ($key+1) + ($sections->currentPage() - 1)*$sections->perPage() }} {{ $section->name }} {{ $section->grade->name }}{{ $section->school->name }}
    {{ $sections->appends(request()->input())->links() }}
@endsection @section('modal') @include('backend.modals.delete') @endsection