@extends('admin.layouts.app') @section('title', 'إدارة أجور التطبيق') @section('page-title', 'إدارة أجور التطبيق') @section('page-icon', 'fas fa-money-bill-wave') @section('content') {{-- إحصائيات --}}
| الاسم | الهاتف | عدد الطلبيات | أجور اليوم | أجور الشهر | أجور السنة | إجمالي الأجور | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $restaurant->name }} | {{ $restaurant->phone ?? 'غير متوفر' }} | {{ $restaurant->orders_count ?? 0 }} | {{ number_format($restaurant->daily_fees ?? 0, 2) }} دينار | {{ number_format($restaurant->monthly_fees ?? 0, 2) }} دينار | {{ number_format($restaurant->yearly_fees ?? 0, 2) }} دينار | {{ number_format($restaurant->total_fees ?? 0, 2) }} دينار | التفاصيل |
لا توجد مطاعم
| الاسم | الهاتف | عدد الطلبيات | أجور اليوم | أجور الشهر | أجور السنة | إجمالي الأجور | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $office->name }} | {{ $office->phone ?? 'غير متوفر' }} | {{ $office->orders_count ?? 0 }} | {{ number_format($office->daily_fees ?? 0, 2) }} دينار | {{ number_format($office->monthly_fees ?? 0, 2) }} دينار | {{ number_format($office->yearly_fees ?? 0, 2) }} دينار | {{ number_format($office->total_fees ?? 0, 2) }} دينار | التفاصيل |
لا توجد مكاتب غاز