@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content') @foreach ($schools as $school) @endforeach
Name Site Address City State Phone Action
{{ $school->name }} {{ $school->site_address }} {{ $school->site_city }} {{ $school->site_zip }} @if(isset($school->phone)){{ substr($school->phone, 0, 3) }}-{{ substr($school->phone, 3, 3) }}-{{ substr($school->phone, 6, 4) }} @endif    
@endsection @section('page-js') @endsection