@extends('layouts.app') @section('title', 'Task Report') @section('headSource') @endsection @section('content')

Task Report

Task Reporting


@if(Auth::user()->role == 'SuperAdmin')
@endif @if(Auth::user()->role == 'Coordinator')
@endif @if(Auth::user()->role == 'Executive')
@endif
@endsection @section('footerSource') @endsection