@extends('layouts.app') @section('template_title') Update Precios Ing @endsection @section('content') @includeif('partials.errors') Update Precios Ing @foreach ($preciosIngredientes as $precios) Marca comercial existente @csrf @method('DELETE') Eliminar @endforeach @csrf @include('precios-ing.form') @endsection