@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Monitoring & Evaluation EVACUATION REPORTS @include('includes.messages') {{ csrf_field() }} Date from: 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. @can('m_and_e', Auth::user()) CDN Report Local Delivery Report @endcan Shipping (Single)Invoicing Report Shipping (Multiple)Invoicing Report {{-- Offloading Rejection Report --}} @endsection @section('more-scripts') @endsection