@php $product_max_id = \Modules\Product\Entities\Product::max('id') + 1; $product_code = str_pad($product_max_id, 5, '0', STR_PAD_LEFT) @endphp @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