@extends('backend.report.layouts.master', ['headerData' => $headerData,'printIt' => 1]) @section('extraStyle') @endsection @section('reportBody')
| SL | Name | Type | Designation | Qualification | Gender | Phone No. | Address | Shift | Status | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$employee->name}} | {{$employee->role->name}} | {{$employee->designation}} | {{$employee->qualification}} | {{$employee->gender}} | {{$employee->email}} | {{$employee->phone_no}} | {{$employee->address}} | {{$employee->shift}} | @if($employee->status) Active @else Deactive @endif |