@extends('layouts.master') @section('title', 'Add/Edit Criteria') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title') : {{ $school_get->school_shortname }}

{{ csrf_field() }}
Back

* These fields are required.

@include('layouts.footer') @endsection