@extends('layouts.print') @section('title', pageTitle($pageTitle)) @section('content')
{{ $pageTitle }}
@if(in_array('S/N', $dt->dtTable['labels'])) @php $sn = 1 @endphp @endif @if (isset($dt->builder) && count($dt->builder) > 0) @foreach($dt->builder as $item) @endforeach @else @endif
Driver ID NIN Full Name Phone Address Guarantor Name Guarantor Phone Guarantor Address Guarantor Work Address Guarantor NIN Driver Status
{{ $item->identifier }} {{ $item->nin }} {{ $item->name }} {{ $item->phone }} {{ $item->address }} {{ $item->guarantor_name }} {{ $item->guarantor_phone }} {{ $item->guarantor_address }} {{ $item->guarantor_waddress }} {{ $item->guarantor_nin }} {{ $item->status }}
No records for drivers at the moment!
@endsection