@lang('modules.dashboard.topTables') (@lang('app.today'))

    @forelse ($orders as $item) @php $topTableCode = $item?->table?->table_code; @endphp
  • {{ $loop->index + 1 }}
    {{ $topTableCode ?: '—' }}
    {{ currency_format($item->total_price, restaurant()->currency_id) }}
  • @empty
  • @lang('messages.noPaymentFound')

  • @endforelse