@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') WPO EVACUATION REPORTS @include('includes.messages') {{ csrf_field() }} Date from: Date to: {{-- Select season Select season. @foreach ($seasons as $season) {{ $season->name }} @endforeach --}} Select Report Select Report Type. Shipment Factory Combined {{-- Shipping (Multiple)Invoicing Report --}} {{-- Offloading Rejection Report --}} @endsection @section('more-scripts') @endsection