@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Monitoring & Evaluation SALES REPORTS @include('includes.messages') {{ csrf_field() }} Date from: Date to: Select Production Year Select Production Year. @foreach ($production_years as $production_year) {{ $production_year->year }} @endforeach {{-- Select Port Select port. @foreach ($ports as $port) {{ $port->name }} @endforeach --}} Select Report Select Report Type. Sales Report Declaration Report {{-- Offloading Rejection Report --}} @endsection @section('more-scripts') @endsection