@extends('layouts.fleet') @section('title', 'تعديل صنف — '.niche_module_label('fleet')) @section('content')

تعديل {{ $product->name }}

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
إلغاء
@if(app(\App\Services\Tenant\TenantModuleRegistry::class)->isEnabled('pos', (int) auth()->id()))

نشر للمتجر

@if($product->pos_product_id)

مرتبط بمنتج POS #{{ $product->pos_product_id }}

@else

انشر هذا الصنف كمنتج في متجر POS ليظهر في checkout.

@endif
@csrf
@error('publish')

{{ $message }}

@enderror
@endif
@endsection