@extends('layouts.admin') @section('styles') @endsection @section('content')

Historial de Ventas Actividad

@if ($show) @foreach($contado as $con) @endforeach
No. Articulo Cantidad Vendida Subtotal Fecha / Hora de Venta Accion
{{$con->id}} {{$con->nombre}} {{$con->cantidad_vendida}} Q. {{number_format($con->subtotal, 2)}} {{$con->created_at}}
@csrf @method('DELETE')
@endif
@endsection @section('scripts') @endsection