@extends('layouts.app') @section('content')

Adicionar Novo Produto

@if ($errors->any())
Ops! Ocorreram alguns erros.

@endif
@csrf {{-- NOME E CATEGORIA --}}
{{-- DESCRIÇÃO --}}
{{-- PREÇO E ESTOQUE --}}
{{-- UPLOAD DE IMAGEM --}}
Cancelar
@endsection