@extends('layouts.dashboard') @section('content') @role('Project Manager')

Project Manager Access

You have unread DSR reports of your team, please mark the reports as read to access this page.
📩 Check Unread Report
@else

Add your daily status report

Last Report Details:   Submitted on: {{ $lastReport ? \Carbon\Carbon::parse($lastReport->created_at)->format('Y-m-d') : '-' }}     |     Total Hours: {{ $totalTodayHours ?? '-' }}

View Previous DSRs
@csrf

Submit Daily Status Report

You can use HTML tags like ,

@endrole @endsection @section('scripts') @endsection