@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Monitoring & Evaluation RECEIPT REPORTS @include('includes.messages') {{ csrf_field() }} Select Date Type Select Date Registration Date Purity Date 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. Offloading Report Truck Situation Report Offloading Rejection Report @endsection @section('more-scripts') @endsection