@extends('layouts.master') @section('title', 'Debtors | Proxima - Medical Management app') @section('title-topbar', 'Debtors') @section('css') @endsection @section('content')
{{ $debtor->company_name }}
Name | Branch | Amount | Status |
---|---|---|---|
{{ $item->code }} | {{ $item->branch->name }} | @if (!empty($item->paid)) {{ $item->paid }} EGP @endif | {{ $msg_invoice }} |