@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() }} Criteria Type * Approve Date Criteria Name From To Approver Type * Select from Member Director Back * These fields are required. @include('layouts.footer') @endsection
* These fields are required.