@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM FUMIGATION REQUEST @include('includes.messages') {{ csrf_field() }} Season @foreach ($seasons as $season) {{ $season->name }} @endforeach Date: Reference: @endsection @section('more-scripts') @endsection