@if (Sentinel::inRole('admin') || (isset($check_user_if_notary) && $check_user_if_notary) ) @endif
@if (isset($transaction_guarantors)) @foreach($transaction_guarantors as $guarantor) @endforeach @endif
@if((Sentinel::inRole('court-teller')) || (Sentinel::inRole('courtofficer'))) {{Lang::get('litigation.guarantee_date')}} @else {{Lang::get('transactions.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
{{ Carbon\Carbon::parse($guarantor->date)->format('d-m-Y h:i a') }} {{ $guarantor->customer->full_name}} {{ $guarantor->updatedBy->full_name }}
@include('admin.guarantors.customers-modal-search')