@extends('layouts.app') @php $locale = app()->getLocale(); $isRtl = $locale === 'ar'; $currency = \App\Models\Setting::currencyLabel($locale); @endphp @section('title', $isRtl ? 'منتج جديد' : 'New Product') @section('content')
{{ $isRtl ? 'تسجيل منتج جديد في المخزون' : 'Register a new product in inventory' }}
{{ $isRtl ? 'يرجى تصحيح الأخطاء التالية:' : 'Please fix the following errors:' }}