@extends('layouts.master') @section('title', 'Workload Arrangement Table for Regular Faculty Members Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')
@yield('title')

{{ csrf_field() }} {{-- --}}

* These fields are required.

@include('layouts.footer') @endsection