@extends('layouts.admin') @section('styles') @endsection @section('content')
Articulos DB
@foreach ($articulos as $art) @endforeach
## nombre cod_barras descripcion p_venta p_costo stock stock_maximo min_stock img img2
@endsection @section('scripts') @endsection