/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/employee.blade.php (2969B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('employee.employee').' '.trans('general.total_result_count',['count' => count($employees)])}}

@foreach($employees as $employee) @endforeach
{{trans('employee.code')}} {{trans('employee.name')}} {{trans('employee.status')}} {{trans('employee.father_name')}} {{trans('employee.date_of_birth')}} {{trans('employee.contact_number')}} {{trans('employee.department')}} {{trans('employee.designation')}} {{trans('employee.date_of_joining')}}
{{$employee->employee_code}} {{$employee->name}} EmployeeTerms->first(); ?> @if($employee_term && $employee_term->date_of_joining <= date('Y-m-d') && (! $employee_term->date_of_leaving || $employee->date_of_leaving >= date('Y-m-d'))) {{trans('employee.status_active')}} @else {{trans('employee.status_inactive')}} @endif {{$employee->father_name}} {{showDate($employee->date_of_birth)}} {{$employee->contact_number}} EmployeeDesignations->first(); ?> @if($employee_designation && $employee_designation->department_id) {{$employee_designation->Department->name}} @else - @endif EmployeeDesignations->first(); ?> @if($employee_designation && $employee_designation->designation_id) {{$employee_designation->Designation->designation_with_category}} @else - @endif @if($employee_term) {{showDate($employee_term->date_of_joining)}} @endif
@include('print.print-layout.footer')