{{-- resources/views/emails/weekly_form_report.blade.php --}} @component('mail::message') # Weekly Master Report: {{ $start->format('M d') }} - {{ $end->format('M d') }} This is the weekly Master report for the period {{ $start->format('M d') }} to {{ $end->format('M d') }}. {{-- The report contains {{ $records->count() }} form submissions. --}} Please see the attached Excel file. Thanks,
{{ config('app.name') }} @endcomponent