backoffice first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<x-mail::message>
|
||||
<x-slot:header>
|
||||
<x-mail::header :url="config('app.url')">
|
||||
<img src="{{ config('app.url') }}/images/kreios-logo.jpg" alt="Krèios" style="height: 40px;">
|
||||
</x-mail::header>
|
||||
</x-slot:header>
|
||||
|
||||
# Nuovo preventivo n. {{ $preventivo->numero }}
|
||||
|
||||
È arrivata una nuova richiesta di preventivo dal configuratore.
|
||||
|
||||
**Cliente:** {{ $preventivo->cliente?->nominativo }}
|
||||
**Email:** {{ $preventivo->cliente?->email }}
|
||||
**Telefono:** {{ $preventivo->cliente?->telefono ?: '—' }}
|
||||
**Prodotti:** {{ $preventivo->items->count() }}
|
||||
**Totale:** € {{ number_format($preventivo->totale, 2, ',', '.') }}
|
||||
|
||||
<x-mail::button :url="$adminUrl">
|
||||
Apri nel backoffice
|
||||
</x-mail::button>
|
||||
|
||||
Krèios
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user