@extends('admin.layouts.master') @section('title', __('admin.dashboard')) @section('page_title', __('admin.dashboard')) @section('breadcrumbs')
مبيعات هذا الشهر
فواتير هذا الشهر
الرصيد النقدي/البنكي
ضمانات تنتهي خلال 30 يوم
| العميل | عدد الفواتير | الإجمالي |
|---|---|---|
| {{ $c->customer?->name_ar ?? '—' }} | {{ $c->invoice_count }} | {{ number_format((float) $c->total, 2) }} |
| لا توجد مبيعات هذا الشهر | ||
{{ __('admin.total_orders') }}
{{ __('admin.new_customers') }} (آخر 30 يوم)
لا توجد تنبيهات حالياً.
@else| المنتج | المستودع | المتاح | الحد الأدنى |
|---|---|---|---|
{{ $stock->product?->sku }} {{ $stock->product?->name_ar }} |
{{ $stock->warehouse?->name }} | {{ number_format((float) $stock->available_qty, 2) }} | {{ number_format((float) ($stock->product?->min_stock ?? 0), 2) }} |
لا توجد حركات بعد.
@else| الوقت | النوع | المنتج | المستودع | الكمية |
|---|---|---|---|---|
| {{ $m->moved_at?->diffForHumans() }} | {{ $m->type }} | {{ $m->product?->name_ar }} | {{ $m->warehouse?->name }} | {{ in_array($m->type, ['receive','transfer_in','adjustment_in','return_in','opening']) ? '+' : '−' }}{{ number_format((float) $m->quantity, 2) }} |
| الموضوع | النوع | الجهة | الموعد التالي | {{ __('admin.actions') }} |
|---|---|---|---|---|
| {{ $f->subject }} | {{ $f->type }} | @if($f->followable) {{ $f->followable->name_ar ?? $f->followable->code }} @else — @endif | @php $overdue = $f->next_followup_date && $f->next_followup_date->isPast(); @endphp {{ $f->next_followup_date?->format('Y-m-d') }} @if($overdue)@endif | @can('follow_ups.edit') @endcan |
| الوقت | الرقم | العميل | الفريق | الحالة |
|---|---|---|---|---|
| {{ $ins->scheduled_at?->format('H:i') }} | {{ $ins->number }} | {{ $ins->customer?->name_ar }} | {{ $ins->team?->name ?? '—' }} | {{ $ins->status }} |
| الرقم | العميل | الموضوع | الأولوية | المسؤول |
|---|---|---|---|---|
| {{ $t->number }} | {{ $t->customer?->name_ar }} | {{ \Illuminate\Support\Str::limit($t->subject, 30) }} | {{ $t->priority }} | {{ $t->assignee?->name ?? '—' }} |
| الفاتورة | العميل | الاستحقاق | متأخر منذ | الإجمالي | المتبقي |
|---|---|---|---|---|---|
| {{ $inv->number }} | {{ $inv->customer?->name_ar ?? '—' }} | {{ $inv->due_date?->format('Y-m-d') }} | {{ $inv->days_overdue }} يوم | {{ number_format((float) $inv->total, 2) }} | {{ number_format($inv->remaining_amount, 2) }} |