logo logo logo logo
    @can('Sales products')
  • {{ __('home.sales') }}
  • @endcan @can('sales return')
  • {{ __('home.salesـreturned') }}
  • @endcan @can('Purchases products')
  • {{ __('home.purchases') }}
  • @endcan @can('offer price to 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() == 'اللغة العربية' ? __('home.arabic') : LaravelLocalization::getCurrentLocaleName() }}
{{ __('home.select_language') }}
@foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) {{ $properties['native'] }} @if(LaravelLocalization::getCurrentLocale() == $localeCode) @endif @endforeach
@if($totalUnsent > 0) {{ $totalUnsent }} @endif
{{ __('home.tax_integration') }}
{{ __('home.zatca_authority') }}
{{ __('home.live') }}
@if($totalUnsent > 0)

{{ __('home.pending_invoices_warning') }}

{{ __('home.you_have') }} {{ $totalUnsent }} {{ __('home.invoices_waiting_to_send') }}

{{ __('home.send_pending_invoices_now') }} @else

{{ __('home.integration_status_stable') }}

{{ __('home.all_invoices_sent_successfully') }}
@endif
user
user
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('auth.setting') }} {{ __('home.logout') }}
@csrf