@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Evacuation Rate @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Select Station Select station. @foreach ($stations as $station) id == $evacuation_rate->station_id) selected @endif> {{ $station->station_name }} @endforeach Select Season Select season. @foreach ($seasons as $season) id == $evacuation_rate->season_id) selected @endif>{{ $season->name }} @endforeach Select Port Select port. @foreach ($ports as $port) id == $evacuation_rate->port_id) selected @endif>{{ $port->name }} @endforeach Rate Status @endsection @section('more-scripts') @endsection