@if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.date')}} @else {{Lang::get('comments.date')}} @endif | @if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.comments')}} @else {{Lang::get('comments.comments')}} @endif | @if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.updated_by')}} @else {{Lang::get('comments.updated_by')}} @endif | @if(Sentinel::inRole('admin') || (Sentinel::hasAccess('admin.transactions.showAssignedTo'))){{Lang::get('comments.assigned_to')}} | @endif@if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.action')}} @else {{Lang::get('comments.action')}} @endif |
---|---|---|---|---|
{{ Carbon\Carbon::parse($comments->created_at)->format('d-m-Y h:i a') }} | {{ $comments->comments }} | {{ $comments->updatedBy->full_name }} | @if(Sentinel::inRole('admin') || (Sentinel::hasAccess('admin.transactions.showAssignedTo'))) @php $role_name = explode(',', $comments->role_id); @endphp@foreach($role_name as $role) @php echo isset($roles[$role]) ? $roles[$role].',' : ''; @endphp @endforeach | @endif@if(($transaction->status != 'Finalized')&&(Sentinel::inRole('admin') || (Sentinel::hasAccess('admin.transaction.comments.delete')))) id) }}" data-toggle="modal" data-target="#delete-confirmation-modal"> @endif @if(Sentinel::inRole('admin') || (Sentinel::hasAccess('admin.transactions.editAssignedTo'))) @endif |