@if (Sentinel::inRole('admin') || (isset($check_user_if_notary) && $check_user_if_notary) ) @endif
@if (isset($transactionWitness)) @foreach($transactionWitness as $witness) @endforeach @endif
@if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.witness_date')}} @else {{Lang::get('transactions.witness_date')}} @endif @if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.customer_name')}} @else {{Lang::get('transactions.customer')}} @endif @if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.updated_by')}} @else {{Lang::get('transactions.updated_by')}} @endif @if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.action')}} @else {{Lang::get('transactions.action')}} @endif
{{ Carbon\Carbon::parse($witness->witness_date)->format('d-m-Y h:i a') }} {{ $witness->witness_customer[0]->first_name.' '.$witness->witness_customer[0]->second_name }} {{ $witness->witness_updatedBy[0]->full_name }}
@include('admin.customers.modal-search')