NOMBRE: {{ $data['employee_name'] }}

Puesto: {{ $data['employee_job'] }}

RFC:{{ $data['employee_rfc'] }}

UNIDAD RESPONSABLE:{{ $data['responsible_unit'] }}

OBJETIVO:

{{ $data['objective'] }}

Fecha de Salida

Fecha de retorno

{{ $data['start_date'] }} {{ $data['end_date'] }}

Origen

@if ($data['country_origin'] == 'México')

Pais

Estado

Municipio

Ciudad

{{ $data['country_origin'] }} {{ $data['state_origin'] }} {{ $data['municipal_origin'] }} {{ $data['city_origin'] }}
@else

Pais

Lugar

{{ $data['country_origin'] }} {{ $data['other_place_origin'] }}
@endif

Destino

@if ($data['country_destiny'] == 'México')

Pais

Estado

Municipio

Ciudad

{{ $data['country_destiny'] }} {{ $data['state_destiny'] }} {{ $data['municipal_destiny'] }} {{ $data['city_destiny'] }}
@else

Pais

Lugar

{{ $data['country_destiny'] }} {{ $data['other_place_destiny'] }}
@endif
@if (isset($data['vehicle']))

VEHÍCULO: {{ $data['vehicle'] }}

@else

@endif

Resumen de importes integrados

@for ($f = 0; $f < count($data['transport']); $f++) @endfor

No.

CONCEPTO

IMPORTE

{{ $f + 1 }} {{ $data['transport'][$f]['type_of_expense'] }} ${{ number_format($data['transport'][$f]['amount_number'], 2) }}
TOTAL:

${{ number_format($data['total'], 2) }}



@if (isset($signature_data)) @include('exports.templates.signature_template',['data' => $signature_data]) @endif