@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') ACCOUNTS CLAIM PROCESSING REPORTS @include('includes.messages') {{csrf_field()}} Claim date from: Claim date to: Select LBC Select LBC All @foreach ($lbcs as $lbc) {{$lbc->name}} @endforeach Select TOC Select TOC All @foreach ($ports as $port) {{$port->name}} @endforeach Select season Select season. @foreach ($seasons as $season) {{$season->name}} @endforeach @endsection @section('more-scripts') @endsection