@extends('painel-admin.menu') @section('title', 'Produto') @section('content') @if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@method('PATCH') @csrf

Alteração do Produto

Voltar

@if ($errors->has('descricao'))

{{ $errors->first('descricao') }}

@endif
@if ($errors->has('valor'))

{{ $errors->first('valor') }}

@endif
@endsection