@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Monitoring & Evaluation EVACUATION REPORTS @include('includes.messages') {{ csrf_field() }} B/L Date from: B/L Date to: {{-- Select season Select season. @foreach ($seasons as $season) {{ $season->name }} @endforeach --}} {{-- Select Port Select port. All Ports @foreach ($ports as $port) {{ $port->name }} @endforeach --}} Select Report Select Report Type. Invoice Detail {{-- Offloading Rejection Report --}} @endsection @section('more-scripts') @endsection