@extends('layout.main') @section('contenido') {{-- mensaje de restricción --}} @if (count($errors) > 0) @endif
@csrf {{ method_field('PATCH') }}
{{-- ETIQUETAS PARA CUENTA Y DESDE CUENTA --}}
{{-- ****************** --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- value="{{ number_format($transaccion->exe, 0, ',', '.') }}"> --}}

Detalle de Transacción

@foreach ($det_transaccion as $detalle) @endforeach {{-- EL VALOR DEL CONTADOR PARA LUEGO UTILIZARLO EN EL JQUERY AL ACCIONAR EL BOTON AGREGAR --}}
ID Art. Tipo Articulo Precio Cantidad Subtotal  
-
@if($transaccion->tipo == "COMPRA") @endif @if($transaccion->tipo == "CARGO") @endif @if($transaccion->tipo == "VENTA") @endif @if($transaccion->tipo == "ABONO") @endif
{{-- ====================================================== SE BORRA LA VARIABLE DE SESSION LUEGO DE HABERLA UTILIZADO ====================================================== --}} @php session()->forget('datos'); @endphp
@endsection