@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM WORK PROGRAM @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Select season Select season. @foreach ($seasons as $season) id == $work_program->season_id) selected @endif>{{$season->name}} @endforeach Program Date Select Schedule Select Schedule. program_schedule) selected @endif>Morning. program_schedule) selected @endif>Supplementary. @endsection @section('more-scripts') @endsection