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