@extends('layouts.admin') @section('content')

INSUMOS REGISTRADOS

@foreach ($insumos as $insumo) @endforeach
Nombre Cantidaad Costo Total Acciones
{{$insumo->nombre}} {{$insumo->cantidad}} Q. {{number_format($insumo->p_venta, 2)}}
@csrf @method('DELETE')
@endsection @section('styles') @endsection @section('scripts') @endsection