@extends('layouts.admin.admin_layout') @section('title', trans('applang.create_product')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
@csrf @livewire('erp.inventory.create-product')
@include('erp.inventory.warehouses.modals') @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection