@extends('layouts.admin.admin_layout')
@section('title', trans('applang.show_product'))
@section('vendor-css')
@endsection
@section('page-css')
@endsection
@section('content')
@livewire('erp.inventory.show-product', ['product' => $product])
@include('erp.inventory.warehouses.modals')
@endsection
@section('page-vendor-js')
@endsection
@section('page-js')
@endsection