logo logo logo logo
@can('Sales products')
{{ __('home.sales') }}
@endcan @can('sales return')
{{ __('home.salesـreturned') }}
@endcan @can('Purchases products')
{{ __('home.purchases') }}
@endcan @can('Add a new customer')
{{ __('home.Offerـpricesـtoـcustomer') }}
@endcan
@php // تحديد بداية الشهر ونهاية اليوم الحالي $startOfMonth = \Carbon\Carbon::now()->startOfMonth(); $endOfToday = \Carbon\Carbon::now()->endOfDay(); $totalUnsent = \App\Models\invoices::where('save', 1) ->where('sent_to_zatca', 0) ->where('status', 0) ->whereBetween('created_at', [$startOfMonth, $endOfToday]) // شرط الفترة الزمنية ->count(); @endphp   
  • {{ LaravelLocalization::getCurrentLocaleName() == 'اللغة العربية' ? 'العربية' : LaravelLocalization::getCurrentLocaleName() }}
      @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
    • {{ $properties['native'] }}
    • @endforeach
  • @if($totalUnsent > 0) {{ $totalUnsent }} @endif
    الربط الضريبي
    منصة هيئة الزكاة (ZATCA)
    @if($totalUnsent > 0)

    إرسال الفواتير: غير مكتمل

    لديك {{ $totalUnsent }} فاتورة بانتظار الإرسال.

    إرسال الفواتير الآن @else

    موقف الربط سليم تماماً

    تم إرسال كافة الفواتير للهيئة
    @endif
  •      
    {{ Auth::user()->name }}
    {{ Auth::user()->email }}
    {{ __('auth.setting') }} تسجيل خروج
    @csrf