@extends('layouts.simple') @section('styles') @endsection @section('scripts') @endsection @section('content')

ARTICULOS

@foreach ($data as $d) @endforeach
ARTICULO PRECIO VENTA STOCK
{{$d->nombre}} Q. {{number_format($d->p_venta, 2)}} {{$d->stock}} @if (Auth::user()->role_id == 1)
@csrf @method('DELETE')
@endif
@endsection