@extends('admin.layouts.admin') @section('title', 'Schools') @section('content')
| @sortablelink('school_name', 'School Name',['page' => $schools->currentPage()]) | County | Created At | Updated At | Actions | |
|---|---|---|---|---|---|
| {{ $school->school_name }} | {{ $school->user->email }} | {{$school->county}} | {{ $school->created_at }} | {{ $school->updated_at }} |