@php($page = 'transfers')
{{env('APP_NAME')}} | Export Transfers
{{--
--}}
{{-- @livewireStyles --}}
@include("components.navbar")
@include("components.sidebar")
Export Transfers
@csrf
Status
All
Active
Pending
Successful
@error('status')
{{ $message}}
@enderror
Format
PDF
Excel
@error('format')
{{ $message}}
@enderror
Submit
@include("components.footer")
{{-- --}} {{-- --}}