@extends('layouts.default', ['appTopMenu' => true]) @push('scripts')
@endpush @section('content')
@csrf
Receipt Report between Dates
From Date
*
To Date
*
Section
Select
@foreach($getSectionFromEstalishment as $section)
{{ $section->section_name }}
@endforeach
Select Receipt No. From
All
Greater Than or equal to
Less Than or equal to
Receipt No.
@php $year=date('Y'); @endphp
-
Select
@for($i=$year;$i>=1930;$i--)
{{$i}}
@endfor
@endsection