@extends('layouts.admin.index') @section('content')
@include('error-success')
{{ Form::select('filter_type', $filterOptions, $selectedFilterName, ['class' => 'form-select', 'id' => 'filter-type']) }}
{{ Form::select('category[]', $categories, $selectedOptions, [ 'class' => 'form-control multiselect form-select', 'id' => 'categoty-filter-select', 'multiple' => 'multiple', 'data-include-select-all-option' => 'data-include-select-all-option', ]) }}
{{ Form::select('service[]', $serviceOptions, $selectedOptions, [ 'class' => 'form-control multiselect form-select', 'id' => 'payout-status-filter-select', 'multiple' => 'multiple', 'data-include-select-all-option' => 'data-include-select-all-option', ]) }}
Cancel
{{--
--}}
Booking ID Advisor Name Customer Name Session Type Amount is_Read General Situation Specific Question Actions
@endsection @section('script') @endsection