@extends('drivers_management.profile.includes.main') @section('demographic_info', 'active') @section('navigation') @stop @section('profile')
{{-- --}}
Name: {{ $driver->salutation .' ' . $driver->full_name }} Gender: {{ $driver->gender }}
Phone: {{ $driver->phone_no }} Email: {{ $driver->email }}
DoB: {{ $driver->birth_date }} Category: {{ $driver->emp_category }}
Address: {{ $driver->address }} Joining Date: {{ $driver->joining_date }}
SSF: {{ $driver->ssf }} SSF No: {{ $driver->ssf_no }}
Bank: {{ $driver->bank }} Branch: {{ $driver->branch }}
Swift Code: {{ $driver->swift_code }} Account No: {{ $driver->account_no }}
Contact Person: {{ $driver->contact_person }} Relationship: {{ $driver->relationship }}
Role: {{ $driver->role_id }} Location: {{ $driver->location_id }}
Contract Type: {{ $driver->contract_type }} Department: {{ $driver->dept_id }}
created By: Created: {{ $driver->c_date }}
Passport: {{ $driver->passport }}
Pasport Start: {{ $driver->pas_start }} Passport End: {{ $driver->pass_end }}
License No: {{ $driver->lece_no }}
License Start: {{ $driver->l_start }} License End: {{ $driver->lend }}
@stop