@extends('layouts.master') @section('css') @endsection @section('title') {{ __('supprocesses.product_movement') }} @stop @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطأ
@endif @if (session()->has('productupdatedlocation')) @endif
{{ csrf_field() }}
بيانات المنتج الأساسية
@can('System setting')
الأسعار
@endcan
التصنيف والمجموعة والوحدة
التخزين ونقل الموقع
صورة الصنف
@error('active') {{ $message }} @enderror
Product Image
@endsection @section('js') @endsection