@extends('layouts.master') @section('css') @endsection @section('title') {{ __('supprocesses.addproduct') }}@stop @section('page-header')
@endsection @section('content') @if (session()->has('addProduct')) @endif @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }} {{-- القسم الأول: البيانات الأساسية --}}
{{ __('home.basic_product_data') }}
{{-- القسم الثاني: التصنيف والربط --}}
{{ __('home.prices_and_category') }}
{{ __('home.parent_product_hint') }}
{{-- تظهر بس لو المنتج ده مرتبط بمنتج أب (كرتون) من قائمة MAINproduct --}}
{{-- القسم الثالث: المخزون والموقع --}}
{{ __('home.storage_and_notes') }}
@error('active') {{ $message }} @enderror
@endsection @section('js') {{-- jQuery (مرة واحدة فقط – غالبًا موجود في layout، لو موجود هناك احذف ده) --}} {{-- Select2 --}} {{-- ملفات المشروع --}} @endsection