@extends('manager.managerpanel') @section('content')

List of Pending Sub-Module

@forelse($main_tasks as $mt) @php if($mt->status == 3) $cls='to-approve'; else $cls = ''; @endphp @empty @endforelse
Task Id Client Name Module Submodule Assigned Employee Start Date End Date Action
{{ $mt->task_id }} {{$mt->client_name}} {{$mt->module_name}} {{$mt->submodule_name}} {{$mt->first_name}} {{$mt->last_name}} {{$mt->task_start_date}} {{$mt->task_deadline}} View
@endsection