@extends('layouts.app') @section('page_title', 'Submit Work Report') @section('content')
Daily Work Summary

Linked to attendance on: {{ $attendance->date->format('d M, Y') }}

@csrf
Write your summary. Use bullets (- or *) for specific tasks to auto-extract.
@if ($existingReport && $existingReport->tasks->count() > 0) @foreach ($existingReport->tasks as $task)
@endforeach @else
@endif
@push('scripts') @endpush @endsection