@foreach ($data->data as $quote) @if (!$quote->budget_id) @endif @endforeach
{{ config_intranet('full_name') }} {{-- {{ $data->from ? 'Corte:' $data->from 'al' $data->to : '' }} --}}
SOLICITUD DE GASTOS
FECHA PUNTO DEL PRESUPUESTO NOMBRE DEL PROVEDOR CONCEPTO DEL PAGO TOTAL DATOS BANCARIOS FOLIO
{{ $quote->created_at ? Str::substr($quote->created_at, 0, 10) : '' }} Extraordinario {{ $quote->provider ? $quote->provider->business_name : '' }} {{ $quote->description ? $quote->description : '' }} {{ $quote->total ? $quote->total : '' }} {{ $quote->provider ? $quote->provider->bank : '' }} {{ $quote->provider ? $quote->provider->interbank_key : '' }} {{ $quote->provider ? $quote->provider->rfc : '' }} {{ $quote->provider ? $quote->provider->email : '' }} {{ $quote->id ? $quote->id : '' }}
{{-- @dd($data); --}}