@extends('layouts.app') @section('title') {{__('Create product')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Products')}}

@endsection @section('content')

{{__('Create product')}}

@csrf @include('admin.inventory.products._form')
@endsection @section('scripts') @endsection