@extends('backend.layouts.app') @section('content')
Schools
{{--
--}}
{{--
--}}
@if($schools->isNotEmpty()) @foreach($schools as $key => $school) @endforeach @endif
# Name Email Phone Status Action
{{ ($key+1) + ($schools->currentPage() - 1)*$schools->perPage() }} {{ $school->name }} {{ $school->email }} {{ $school->phone }}
status ==1) checked @endif>
    {{ $schools->appends(request()->input())->links() }}
@endsection @section('modal') @include('backend.modals.delete') @endsection @section('script') @endsection