@php($page = 'vouchers')
{{env('APP_NAME')}} | Export Vouchers
{{--
--}}
{{-- @livewireStyles --}}
@include("components.navbar")
@include("components.sidebar")
Export Vouchers
@csrf
Category
All
Office supplies
Payment
Maintenance
Salary
Food
Rent
Utility
Others
@error('category')
{{ $message}}
@enderror
Status
All
Active
Pending
Successful
Rejected
Canceled
@error('status')
{{ $message}}
@enderror
Format
PDF
Excel
@error('format')
{{ $message}}
@enderror
Submit
@include("components.footer")
{{-- --}} {{-- --}}