@extends('layouts.admin.app') @section('content')
{{-- HEADER --}}

Novo Produto

Cadastro de produtos da perfumaria
{{-- CARD FORM --}}
@csrf
{{-- CATEGORIA --}}
{{-- NOME --}}
{{-- MARCA --}}
{{-- PREÇO --}}
IVA calculado automaticamente pelo sistema
{{-- PROMOÇÃO --}}
{{-- FLAGS --}}
{{-- DESCRIÇÃO (substitui specifications) --}}
{{-- IMAGENS --}}
{{-- BOTÃO --}}
{{-- STYLE PREMIUM PERFUMARIA --}} @endsection