@extends('layouts.master_app') @section('title') Editar producto @endsection @section('css') @endsection @section('content')
Productos
@include('partials.errors') @csrf @method('PATCH')
@endsection @section('js') @endsection