@extends('layouts.admin') @section('content')
@foreach($articulos as $art) @if ($art->stock < $art->min_stock)
@endif @endforeach
@endsection