@php($page = 'agents')
{{env('APP_NAME')}} | Export Agents
{{--
--}}
{{-- @livewireStyles --}}
@include("components.navbar")
@include("components.sidebar")
Export Agents
@csrf
Status
All
Active
Inactive
@error('type')
{{ $message}}
@enderror
Format
PDF
Excel
@error('format')
{{ $message}}
@enderror
Submit
@include("components.footer")
{{-- --}} {{-- --}}