@extends('layouts.admin.index') @section('content')
@include('error-success')
{{ Form::select('filter_type', $filterOptions, $selectedFilterName, ['class' => 'form-select', 'id' => 'filter-type']) }}
{{-- --}}
Name Email MobileStatus Approve ProfileCreated On Deleted On Amount Actions
@endsection @section('script') @endsection