@if($estimate->tax_per_item) @else @endif @if($estimate->tax_per_item) @endif @if($estimate->discount_per_item) @endif @php $index = 1 @endphp @foreach ($estimate->items as $item) @if($estimate->tax_per_item) @endif @if($estimate->discount_per_item) @endif @php $index += 1 @endphp @endforeach
#ServicioServicioCantidad PrecioImpuestoDescuentoTotal
{{$index}} {{ preg_replace('/\((.*?)\)/i', '', $item->product->name)}}
{!! nl2br(htmlspecialchars($item->product->description)) !!}
{{ $item->quantity }} {!! money($item->price, $estimate->currency_code)->format() !!} @foreach ($item->getTotalPercentageOfTaxesWithNames() as $key => $value) {{$key.''}} @endforeach {{ $item->discount_val }}% {!! money($item->total, $estimate->currency_code)->format() !!}

{{ __('messages.total') }}

{!! money($estimate->total, $estimate->currency_code)->format() !!}

ABONO MINIMO

{{$estimate->abonominimo}}

@if(($estimate->estatus) ==="COTIZADO" && ($estimate->customer->email))

@endif