@extends('template.layoutAdmin', ['activeButton'=>'informeGasto']) @section('cabecera')
{{trans('informegastos.referencia')}} | {{trans('informegastos.propina')}} | {{trans('informegastos.valorDelDomicilio')}} | {{trans('informegastos.fechaDelPedido')}} | {{trans('informegastos.total')}} |
---|---|---|---|---|
{{$currentVenta->referencia}} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{$currentVenta->valorPropina ?? 0}} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{$currentVenta->valorDomicilio}} | {{$currentVenta->created_at}} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{$currentVenta->total}} |
{{trans('informegastos.referencia')}} | {{trans('informegastos.descripcion')}} | {{trans('informegastos.fecha')}} | {{trans('informegastos.total')}} |
---|---|---|---|
{{$costo->referencia}} | {{$costo->descripcion}} | {{$costo->fecha}} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{$costo->valorTotal}} |
{{trans('informegastos.nombre')}} | {{trans('informegastos.descripcion')}} | {{trans('informegastos.fecha')}} | {{trans('informegastos.total')}} |
---|---|---|---|
{{ $currentGasto->nombre }} | {{ $currentGasto->descripcion }} | {{ $currentGasto->fecha }} | {{App\Helpers\monedaH::getCurrentSimbol()}} {{ $currentGasto->total }} |