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