@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Management Reports @include('includes.messages') {{csrf_field()}} Select season: Select season. @foreach ($seasons as $season) {{$season->name}} @endforeach Select port: Select port. All @foreach ($ports as $port) {{$port->name}} @endforeach Select LBC: Select lbc. ALL @foreach ($lbcs as $lbc) {{$lbc->name}} @endforeach Select Report Type: Select Report Type. TONNAGES PER TOC/WAREHOUSE. TONNAGES PER REGION. TONNAGES PER LBC. CLAIMS PER LBC. TRUCKS REGISTERED. DISTRICT/LBC ANALYSIS. @endsection @section('more-scripts') @endsection