Survey Schedule List

@foreach($data as $list) @endforeach
Sl Schedule Name From Date To Date Team Status
{{ $loop->iteration }} {{ $list->schedule_name }} {{ $list->schedule_from_date }} {{ $list->schedule_to_date }} @php $hydrographyManager = new \App\Managers\Dashboad\HydrographyManager(); $team_list = $hydrographyManager->getHydrographyTeamData($list->schedule_master_id); @endphp @if(count($team_list) > 0) @foreach($team_list as $tList) @endforeach @else No Data Found! @endif @if ($list->approved_yn == 'Y') {{ $list->workflow }} By {{ $list->designation }} @else @if(mb_strlen($list->workflow, 'UTF-8') < 1) NO SUBMITTED @elseif(mb_strlen($list->workflow, 'UTF-8') < 25) {{ $list->workflow }} @else {{ $list->workflow }} @endif @endif