@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() }}
بيانات المنتج الأساسية
التصنيف والمجموعة والوحدة
التخزين والتنبيهات
صورة المنتج
@error('active') {{ $message }} @enderror
@endsection @section('js') @endsection