@extends('layouts.app') @section('content')
Submitted by: {{ $report->user->name ?? 'Unknown' }} ({{ ucfirst($report->user->role ?? '-') }})
Type: {{ ucfirst($report->type ?? '-') }}
Status:
{{ $report->status }}Date Submitted: {{ $report->created_at->format('d M, Y') }}
{{ $report->description ?? 'No additional notes.' }}