Paths

@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@foreach($columns as $c) @endforeach @foreach($schools as $k=>$school) @endforeach
{{$c}} @if($sortBy == $c) {!! ($sortDirection =='asc')? '↑': '↓' !!} @endif Courses Image Active Visible Edit
{{$school->id}} {{$school->name}} {{$school->courses()->count()}} {{$school->name}}

{{ $schools->links() }}