@extends('layouts.app') @section('title', __('Revenue')) @section('content')
| # | {{ __('Procedure') }} | {{ __('Category') }} | {{ __('Qty') }} | {{ __('Revenue') }} |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ app()->getLocale() === 'ar' ? $row->name_ar : $row->name_en }} | {{ __(ucfirst($row->category)) }} | {{ $row->qty }} | {{ number_format($row->total) }} IQD |
| {{ __('No billed procedures in this period.') }} | ||||
| {{ __(ucfirst($row->category)) }} | {{ $row->count }} {{ __('items') }} | {{ number_format($row->total) }} IQD |