@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') PARKING MANAGEMENT SYSTEM SHED @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Select season Select season. @foreach ($seasons as $season) season_id == $season->id) selected @endif>{{$season->name}} @endforeach Select lbc Select lbc. @foreach ($lbcs as $lbc) lbc_id == $lbc->id) selected @endif>{{$lbc->name}} @endforeach Select cocoa type Select cocoa type. @foreach ($cocoa_types as $cocoa_type) cocoa_type_id == $cocoa_type->id) selected @endif>{{$cocoa_type->type_name}} @endforeach Select Grade Select Grade. grade == 'I/II') selected @endif>Grade I/II grade == 'SS') selected @endif>Grade SS @endsection @section('more-scripts') @endsection