/home/techb158/ileadtechnology.com/SSM/resources/views/print/employee
NameSizeModeActions
leave/-0755rm
payroll/-0755rm
employee.blade.php29690644editdlrm
id-card.blade.php32640644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/employee/id-card.blade.php (3264B)
{{config('app.name')}} @foreach($employees as $employee)

{{trans('employee.name')}}:
{{$employee->name}}

{{trans('employee.father_name')}}:
{{$employee->father_name}}

{{trans('employee.mother_name')}}:
{{$employee->mother_name}}

{{trans('employee.date_of_birth')}}:
{{showDate($employee->date_of_birth)}}

{{trans('employee.designation')}}:
{{getEmployeeDesignationName($employee)}}

{{trans('employee.code')}}:
{{$employee->employee_code}}

@if($employee->photo) @else @endif @if($id_card_template->getOption('signature_image'))
{{trans('general.authorized_signatory')}}
@endif

{{config('config.institute_name')}} {{config('config.institute_recognition_number')}}
{{config('config.address_line_1')}} @if(config('config.address_line_2')), {{config('config.address_line_2')}} @endif @if(config('config.city')), {{config('config.city')}} @endif @if(config('config.state')), {{config('config.state')}} @endif @if(config('config.zipcode')), {{config('config.zipcode')}} @endif @if(config('config.country')), {{config('config.country')}} @endif {{config('config.phone')}} {{config('config.email')}}

@if($loop->iteration % $id_card_template->getOption('per_page_limit') === 0)
@endif @endforeach