@extends('backend.report.layouts.master', ['headerData' => $headerData,'printIt' => 1]) @section('extraStyle') @endsection @section('reportBody')
@foreach($employees as $employee) @endforeach
SL Name Type Designation Qualification Gender Email 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
Printed By: {{auth()->user()->name}}
@endsection