@php $setting = \App\Setting::find(1); @endphp
{{-- FRONT --}}
{{-- Logo --}} @if($setting->logo) @else @endif {{-- Employee Photo --}} @if($staff->photo) Photo @else Photo @endif {{-- Name & Designation --}}
{{ substr($staff->user->name, 0, 30) }}
{{ strtoupper($staff->designation->name) }} {{-- Details --}}
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)) }}
{{-- BACK --}}
{{-- Logo --}} @if($setting->logo) @else @endif

{{ substr($setting->companyName, 0, 40) }}

Terms & Conditions

{{--

1. ID card is only for authorized use of the employee.

2. ID card is property of the company and must be returned.

3. ID card must be visible and presented upon request.

--}}
  1. ID card is only for authorized use of the employee.
  2. ID card is property of the company and must be returned.
  3. ID card must be visible and presented upon request.

Branch: {{ $staff->branch->name }} Phone: {{ $staff->branch->phone }}
Address: {{ $staff->branch->address }}, {{ $staff->branch->city }} {{ $staff->state->shortName }}, {{ $staff->branch->pin }}