@extends('layouts.master') @section('title', 'School Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') {{--

School

--}} {{-- @include('layouts.title') --}}
{{--

CCCCCCC

--}}
@yield('title')

{{ csrf_field() }}
{{--
Looks good!
Please enter Project Title.
--}}
{{--
Looks good!
Please enter Project Title.
--}}



* These fields are required.

{{-- @include('layouts.footer') --}} @endsection