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