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