{{ __('Disputes') }}
{{ __('Your conservations with admin relating problems') }}
{{ __('All lists of disputes') }}
{{ __('Filter') }}
{{ __('Pick a date range') }}
{{ Str::limit($dispute->title, 50, '...') }}
{{ !empty($dispute->code) ? $dispute->code : '-' }}
{{ __('Claimant') }}: {{ getColumnValue($dispute->claimant) }}
{{ __('Defendant') }}: {{ getColumnValue($dispute->defendant) }}
{{ __('Transaction ID') }}:
{{ !empty($dispute->transaction) ? $dispute->transaction->uuid : '-' }}
{{ __('See Details') }}
{{ $dispute->status }}
{{ dateFormat($dispute->created_at) }}
{{ __('Sorry!') }} {{ __('No data found.') }}
{{ __('The requested data does not exist for this feature overview.') }}