{{-- Weekly Report

Weekly Report ({{ \Carbon\Carbon::now()->startOfWeek()->format('M d') }} - {{ \Carbon\Carbon::now()->endOfWeek()->format('M d') }})

@foreach($currentWeekRecords as $record) @endforeach
# Form Name Reported By Reported From Reported At
{{ $loop->iteration }} {{ $record->form->name ?? 'N/A' }} {{ $record->created_by->name ?? 'N/A' }} {{ $record->Location->trading_name }} {{ $record->created_at }}
--}} @component('mail::message') # Weekly Near Miss Report : {{ $start->format('M d') }} - {{ $end->format('M d') }} This is the weekly near miss report for the period {{ $start->format('M d') }} to {{ $end->format('M d') }} {{-- **{{ $start->format('M d, Y') }} - {{ $end->format('M d, Y') }}** --}} Please see the attached Excel file. Thanks,
{{ config('app.name') }} @endcomponent