@extends('layouts.master') @section('title', 'Debtors | Proxima - Medical Management app') @section('title-topbar', 'Worker') @section('css') @endsection @section('fixedcontent')
@if (Session::has('success')) @endif @endsection @section('content')@if ($doctor->branch) {{ $doctor->branch->name }} @else All @endif
{{ $doctor->phone_number }}
{{ round($rate, 2) }} / 5
{{ date('d M Y', strtotime($item->start)) }}
Note
Price
{{ date('d M Y', strtotime($doctor->started_work)) }}
Name | Branch | Amount | Status |
---|---|---|---|
{{ $item->code }} | {{ $item->branch->name }} | @if (!empty($item->paid)) {{ $item->paid }} EGP @endif | {{ $msg_invoice }} |