{{-- resources/views/emails/reporting/forwarded.blade.php --}} @component('mail::message') # {{ __('Reporting about the point') }} {{ $point->name ?? 'N/A' }} #{{ $point->id ?? 'N/A' }} {{ __('Reporting') }} ID : {{ $report->id }} @if(!empty($report->message)) {{ $report->message }} @endif @if(!empty($reporterEmail)) {{ __('Sender') }}: {{ $reporterEmail }} @endif @isset($resolveUrl) @component('mail::button', ['url' => $resolveUrl]) {{ __('Mark as resolved') }} @endcomponent {{ __('If the button does not work, copy and paste this URL :') }} {{ $resolveUrl }} @endisset {{ __('Thanks,') }} {{ config('app.name') }} @endcomponent