{{ __('Date') }}: {{ $quote->updated_at_formatted }}
At'n: {{ $quote->contact->name }}
{{ $quote->subclient->name }}
{{ $quote->subclient->address }}
Phone: {{ $quote->contact->phone }}
Email: {{ $quote->contact->email }}
{{ __('Quote Number') }} {{ $quote->quote_number }}
{{ $quote->title }}

{!! $quote->description !!}

@if ($quote->items->contains(fn($item) => !empty($item->image))) @endif @if (!$quote->show_total_only) @endif @if ($quote->items->isNotEmpty()) @foreach ($quote->items as $item) @if ($quote->items->contains(fn($item) => !empty($item->image))) @endif @if (!$quote->show_total_only) @endif @endforeach @endif
{{ __('Image') }}{{ __('Quantity') }} {{ __('Description') }} {{ __('Unit') }}{{ __('Selling Price') }} {{ __('Total') }}
@if ($item->image) Service Image @endif {{ $item->quantity }} {!! urldecode($item->description) !!} {{ $item->unit }}${{ number_format($item->price, 2) }} ${{ number_format($item->amount, 2) }}
No se han agregado partidas
{{--

{{ __('Terms') }}:

{!! $quote->terms !!}

--}}
@if ($quote->iva_pct > 0 || $quote->discount_pct > 0) @endif @if ($quote->discount_pct > 0) @endif @if ($quote->iva_pct > 0) @endif @if ($quote->advance_pct > 0) @endif
Subtotal: ${{ number_format($quote->subtotal, 2) }}
Descuento ({{ $quote->discount_pct }}%): ${{ number_format($quote->discount_amount, 2) }}
I.V.A. ({{ $quote->iva_pct }}%): ${{ number_format($quote->iva_amount, 2) }}
Total: ${{ number_format($quote->total, 2) }}
Anticipo: {{ $quote->advance_pct }}% ${{ number_format($quote->advance_amount, 2) }}
{{ __('Terms') }}:

{!! $terms !!}

Atte. {{ $quote->user->name }}