@extends('layout')
@section('titulo','Productos')
@section('celdaMedia','Gestión de insumos')
@section('contenido')
@if($errors->any())
Problemas en la transacción:
@foreach($errors->all() as $error)
- {{$error}}
@endforeach
@endif
@if($mensaje!="" && $mensaje!="ok")
Problemas en la transacción:
@endif
@if($mensaje=="ok")
@endif
@endsection