@component('mail::message') # Quote hit max attempts A quote has reached **10 processing attempts**. - **ID:** {{ $quote->id }} - **Title:** {{ $quote->title }} - **Name / Company:** {{ $quote->name }} / {{ $quote->company }} - **Created:** {{ $quote->created_at }} - **Attempts:** {{ $quote->attempts }} @component('mail::button', ['url' => url('/admin/quotes/'.$quote->id.'/edit')]) Review in Admin @endcomponent Thanks, {{ config('app.name') }} @endcomponent