إعدادات الأصناف
Super User + Admin فقط — أصناف + سعر افتراضي شامل الضريبة
@if(session('ok'))
{{ session('ok') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
مسح
إضافة صنف
@csrf
الصنف الجديد يُضاف نشط تلقائيًا.
الأصناف
@foreach($items as $it) @endforeach @if(count($items) === 0) @endif
ID اسم الصنف السعر الافتراضي (شامل) الحالة تغيير الحالة تاريخ الإضافة
{{ $it->id }} {{ $it->name }} {{ number_format((float)$it->default_price_gross, 2) }} @if((int)$it->is_active === 1) نشط @else موقوف @endif
@csrf @if((int)$it->is_active === 1) @else @endif
{{ $it->created_at }}
لا يوجد أصناف