@extends('layouts.reportes') @section('content')
@foreach ($articulos as $art) @endforeach
# BOLSA CANTIDAD FECHA DE COMPRA TIPO USUARIO
{{$art->id}} {{$art->nombre}} {{$art->cantidad}} {{$art->created_at}} {{$art->tipo}} {{$art->name}}
@endsection