@extends('layouts.app') @section('title', isset($school) ? 'Edit School' : 'Add School') @section('breadcrumb', 'Schools › ' . (isset($school) ? 'Edit' : 'Add School')) @section('content')