@extends('layouts.app', [ 'title' => __('User Management'), 'parentSection' => 'laravel', 'elementName' => 'user-management' ]) @section('title', 'Editar Produto |') @section('content') @component('layouts.headers.auth') @component('layouts.headers.breadcrumbs') @slot('title') Produtos @endslot @endcomponent @endcomponent

Edição de Novo Produto

@method('PUT') @csrf
Informações do Produto
@include('alerts.feedback', ['field' => 'title'])
@include('alerts.feedback', ['field' => 'email'])
@include('layouts.footers.auth') @endsection