|
{{-- FRONT --}}
{{-- Logo --}}
@if($setting->logo)
@endif
{{-- Employee Photo --}}
@if($staff->photo)
@endif
{{-- Name & Designation --}}
{{ substr($staff->user->name, 0, 30) }}{{ strtoupper($staff->designation->name) }} {{-- Details --}}
|
{{-- BACK --}}
{{-- Logo --}}
@if($setting->logo)
@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. --}}
Branch: {{ $staff->branch->name }}
Phone: {{ $staff->branch->phone }}
|