@extends('layouts.default') @section('title') @endsection @section('header-style') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('content') {{--@json($boat_employees)--}}
| SL | {{--Zone Area Id | --}}Emp Name | Designation | Active | Team Leader | Mobile No. |
|---|---|---|---|---|---|---|
| {{$loop->iteration}} | @if(isset($boat_employee->employee)) {{$boat_employee->employee->emp_name}} @endif | @if(isset($boat_employee->designation)) {{$boat_employee->designation->designation}} @endif | {{$boat_employee->active_yn == 'Y' ? 'Yes':'No'}} | {{$boat_employee->team_leader_yn == 'Y'?'Yes':'No'}} | {{$boat_employee->mobile_number}} | |
| No data found | ||||||