@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') STATS STATS REPORT @include('includes.messages') {{ csrf_field() }} Date from: Date to: Select Shed Select season. All Sheds @foreach ($sheds as $shed) {{ $shed->name }} @endforeach Select season Select season. @foreach ($seasons as $season) {{ $season->name }} @endforeach Select Report Select Report Type. Offloading Summaries QCC Reconciliation Offloading breakdown Shipment breakdown Factory breakdown @endsection @section('more-scripts') @endsection