You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 50 MB.
| Occured At |
Description |
| Occured At |
Description |
@if ( $claim->defence && $claim->defence->type != 'object' )
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.
@elseif($claim->defence && $claim->defence->type == 'object')
This claim has been objected, please see the object tab.
@else
This case doesn't have a defence.
@endif
@if(isset($claim->claim_object) ? true : false)
You can only download pdf, docx, doc, jpg, jpeg, png files. The files should not exceed 20 MB.
@endif
@if ( $claim->decision )
Claimant case
Respondent case
Adjudicator section
Determination Review (Respondent)
-
Response
@if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant')
{{ $claim->decision->draft_response == 'accept' ? 'Accepted' : 'Rejected' }}
@else
N/A
@endif
-
Response Date and Time
@if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant')
{{ date_format($claim->decision->updated_at, "d-m-Y") }} at {{ date_format($claim->decision->updated_at, "H:i A") }}
@else
N/A
@endif
-
Response Text
@if(!is_null($claim->decision->draft_response_content) && $claim->decision->draft_awarded_to == 'claimant')
{{ str_replace(' ', ' ', strip_tags($claim->decision->draft_response_content)) }}
@else
N/A
@endif
@else
This case doesn't have a decision.
@endif
| Date |
Event |
To |
@foreach($notifications as $notification)
@php
$notification_type = explode("\\", $notification->notifiable_type);
@endphp
| {{ $notification->created_at ?? '' }} |
{{ $notification->data['subject'] ?? ''}} |
{{ end($notification_type) }} |
@endforeach
| Date |
Note |
Added by |
| Date |
Note |
Added by |