@php $setting = \App\Setting::find(1); @endphp ID Card - {{$setting->companyName}}
@if($setting->logo) @else @endif
{{ substr($setting->companyName, 0, 40) }}
Employee Identification Card
@if($staff->photo) Agent photo @else Agent photo @endif
DESIGNATION
{{ strtoupper($staff->user->name) }}
Role: {{ substr($staff->designation->name, 0, 30) }}
ID: {{ $staff->user->code }}
Phone: {{ $staff->user->mobile }}
DOB: {{ date('d-M-Y', strtotime($staff->dob)) }}
Email: {{ $staff->user->email }}
Join Date: {{ date('d-M-Y', strtotime($staff->joiningDate)) }}
ID: {{ $staff->user->code }}
Branch: {{ $staff->branch->name }}
Ph: {{ $staff->branch->phone }}
{{ $setting->companyName }}
ID: {{ $staff->user->code }}
Terms & Conditions
  1. This ID card is for the authorized use of the named employee only.
  2. The ID card remains the property of the company and must be returned on request or when employment ends.
  3. The ID card must be visible and presented to authorized personnel or authorities upon request.
Branch: {{ $staff->branch->name }}
Phone: {{ $staff->branch->phone }}
Address: {{ $staff->branch->address }}, {{ $staff->branch->city }} {{ $staff->state->shortName }}, {{ $staff->branch->pin }}
If found, please return to the branch office above.