@extends('layouts.main') @section('content')

{{ __('strings.headerViewUserTripComissionInfo',["app"=>"QuiQ"]) }}

DATOS DEL USUARIO

Usuario: {{ $trip->userName.' '.$trip->userLast }}

Emial del Usuario: {{ $trip->userEmail }}

DATOS DEL VIAJE

Conductor: {{ $trip->taxiName.' '.$trip->taxiLast }}

Emial del Conductor: {{ $trip->taxiEmail }}

Punto de Partida: {{ $trip->BEGIN_ADDRESS }}

Total: {{ $trip->TOTAL }}

DATOS DEL RECIBO

Status: {{ $trip_commissions->status }}

COMISIONES

COMISIONES EXTERNAS
@foreach( $trip_commissions->trip_commissions->EXTERNA as $co) @endforeach
COMISION
PORCENTAJE
TOTAL
PRECION DEL VIAJE {{$trip_commissions->trip_commissions->TOTAL}}
{{strtoupper ( $co->commission )}} {{$co->percentage}} -{{$co->result}}
{{$trip_commissions->trip_commissions->TOTALAFEXT}}
COMISIONES INTERNAS
@foreach( $trip_commissions->trip_commissions->INTERNA as $co) @endforeach
COMISION
PORCENTAJE
TOTAL
TOTAL TRAS DEDUCCIONES DE COMISIONES EXTERNAS {{$trip_commissions->trip_commissions->TOTALAFEXT}}
{{strtoupper ( $co->commission )}} {{$co->percentage}} -{{$co->result}}
{{$trip_commissions->trip_commissions->LASTTOTAL}}
@endsection @push('scripts') @endpush