@extends('admin.layout') @section('content')

Export Users

Select the fields you want to export to CSV

Back to Users

Export Configuration

@csrf {{-- Optional Filters --}}

Filters (Optional)

{{-- Field Selection --}}

Select Fields to Export *

@error('fields')
{{ $message }}
@enderror
{{-- Quick Selection Buttons --}}
{{-- Submit Button --}}
Cancel
@endsection