Preview - {{ $approval->draft ? $approval->draft->name : $approval->name }}
@if (session('success'))
@if($record->status == 'Approved')
@endif
@if(isset($record->record_type) && in_array($record->record_type, ['video','article']))
@endif
@endsection
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
Name
{{ $approval->draft ? $approval->draft->name : $approval->name }}
Title
{{ $approval->draft ? $approval->draft->title : $approval->title }}
Submitted Date
{{ $approval->draft ? clientDateFormat($approval->draft->created_at, 'Y-m-d H:i') : clientDateFormat($approval->created_at, 'Y-m-d H:i') }}
Submitted By
{{ $approval->draft ? $approval->createdBy->name : $approval->createdByUser->name }}
Remarks
{{ $approval->draft ? $approval->draft->submit_remarks : $approval->submit_remarks }}
Status
{{ $record->status }}
Approved Date
{{ $approval->draft ? clientDateFormat($approval->draft->approved_at, 'Y-m-d H:i') : clientDateFormat($approval->approved_at, 'Y-m-d H:i') }}
Approved By
{{ $approval->draft ? $approval->approvedBy->name : $approval->approvedByUser->name }}
Remarks
{{ $approval->draft ? $approval->draft->review_remarks : $approval->review_remarks }}
Basic Information
| Name | {{ $record->name }} |
|---|---|
| Title | {{ $record->title }} |
| Description | {!! html_entity_decode($record->description) !!} |
Pictures
@if(isset($record->image) && $record->image !="")
@endif
@if(isset($record->image_lang2) && $record->image_lang2 !="")
@endif
Approved Entities
| S No | Type | Entity Code | Location | Importance | Submit Date | Submit By | Approval Date | Approval By |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $val->entity_type }} | {{ $val->entity_code }} | {{ $val->display_location }} | {{ $val->display_importance }} | {{ clientDateFormat($val->created_at, 'Y-m-d H:i') }} | {{ $val->createdBy->name }} | {{ clientDateFormat($val->approved_at, 'Y-m-d H:i') }} | {{ $val->approvedBy->name }} |
Pending Entities
| S No | Type | Entity Code | Location | Importance | Submit Date | Submit By |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $val->entity_type }} | {{ $val->entity_code }} | {{ $val->display_location }} | {{ $val->display_importance }} | {{ clientDateFormat($val->created_at, 'Y-m-d H:i') }} | {{ $val->createdBy->name }} |
Rows
| S No | Name | Type | Panel | Location | Importance | Active |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $val->row_name }} | {{ $val->row_content_inner_style }} | {{ $val->use_in_panel }} | {{ $val->display_location }} | {{ $val->display_importance }} | {{ $val->status }} |