{{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }}
@if(empty($id)) @php($action_text=__('admin.add')) @else @php($action_text=__('admin.edit')) @endif
{{$action_text}} {{ __('Dispute Reason') }}
@csrf() @if(!empty($id))
@endif @if(count(Helper::getServiceList())> 0)
{{ __('Service') }}
Select
@foreach(Helper::getServiceList() as $service)
{{$service}}
@endforeach
{{ __('admin.dispute.dispute_type') }}
Select
USER
PROVIDER
@endif
{{ __('admin.dispute.dispute_name') }}
@lang('admin.dispute.dispute_status')
Active
Inactive
{{$action_text}} {{ __('Dispute Reason') }}
{{ __('Cancel') }}