@extends('layouts.master')
| {{ __('basic.date') }} | {{ __('basic.item') }} | {{ __('basic.price') }} | {{ __('basic.doctor') }} | {{ __('basic.commission') }} |
|---|---|---|---|---|
| {{ date('d M Y', strtotime($item->invoice->created_at)) }} | {{ $item->categorizable->name }} | {{ $item->final_price }} | {{ $item->doctor->name }} | {{ $item->doctor_comm }} |
| TOTAL | {{ $comm->sum('doctor_comm') }} EGP |