@extends('backend.customerlayouts.master') @section('body') @if ($errors->any())
Attenzione! Ci sono problemi con i dati inseriti.

@endif

Crea Prodotto

@csrf

or drag and drop

PNG, JPG, GIF up to 10MB

{{-- --}} {{-- --}}
@if($errors->has('categories'))
{{ $errors->first('categories') }}
@endif
@endsection