@extends('layout.main') @section('contenido') {{-- ================================================== MENSAJES ================================================== --}} @if (Session::has('fecha')) @endif @if (Session::has('monto')) @endif @if (Session::has('mensaje')) @endif @if(isset($datos_transaccion)) @endif
@csrf
{{-- --}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}} @if(!empty(session('datos')['fecha'])) @else @endif
{{--
--}} {{--
--}} @if(!empty(session('datos')['condicion'])) @else @endif
{{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- *********************************************************** --}}
{{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- *********************************************************** --}}
{{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{-- *********************************************************** --}}
{{--
--}} {{--
--}} {{-- BLOQUE DE MONTOS --}}
{{--
--}} {{--
--}} @if (@empty(session('datos')['exe'])) @else @endif
{{--
--}} {{--
--}} @if (@empty(session('datos')['gra5'])) @else @endif {{-- --}}
{{--
--}} {{--
--}} @if (@empty(session('datos')['gra10'])) @else @endif {{-- --}}

Detalle de Transacción

{{--
--}}
ID Tipo Artículo Precio Cantidad Subtotal  
{{--
--}} {{--
--}} @if(!empty(session('datos')['estado'])) @else @endif
{{--
--}} {{--
--}} @if (@empty(session('datos')['nota'])) @else @endif
{{-- ====================================================== SE BORRA LA VARIABLE DE SESSION LUEGO DE HABERLA UTILIZADO ====================================================== --}} @php session()->forget('datos'); @endphp @endsection