@extends('layouts.app') @section('title', 'Créer un produit') @section('breadcrumb') @endsection @section('content')
@csrf
@include('utils.alerts')
@include('product::includes.category-modal') @endsection @section('third_party_scripts') @endsection @push('page_scripts') @endpush