@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ Form::open(['url' => url('/report-generate-for-3F-Qry-Donor-BB-Month-Wise'), 'method' => 'POST', 'id' => 'orgListForm', 'class' => 'search-form']) }}
{{ Form::close() }}
| Sl | Date | Financial Year | Action |
|---|---|---|---|
| {{ $key + 1 }} | {{ date('d-m-Y', strtotime($value->date)) }} | {{ $value->report_financial_year }} | View & Download |
| No Record Found | |||
|
{{ $data['ReportList']->appends(Request::except('page'))->links() }} |
{{ $data['ReportList']->firstItem() }} to {{ $data['ReportList']->lastItem() }} Out of {{ $data['ReportList']->total() }} |
||