@php($page = 'properties')
{{env('APP_NAME')}} | Export Properties
@include("components.navbar")
@include("components.sidebar")
Export Properties
@csrf
Filter by Status
Choose..
@foreach($propertyStatuses as $status)
{{ ucfirst($status) }}
@endforeach
@error('status')
{{ $message}}
@enderror
Filter by Type
Choose..
@foreach($propertyTypes as $type)
{{ ucfirst($type) }}
@endforeach
@error('type')
{{ $message}}
@enderror
Format
Choose..
Excel
PDF
@error('format')
{{ $message}}
@enderror
Export to Excel
Cancel
@include("components.footer")