@extends('header') @section('content')
{{ $client->getAddress() }}
{{ $client->getPhone() }}
{{ $client->getNotes() }}
{{ $client->getIndustry() }}
{{ $client->getWebsite() }}
{{ $client->payment_terms ? "Payment terms: Net " . $client->payment_terms : '' }}
Paid to Date | {{ Utils::formatMoney($client->paid_to_date, $client->currency_id); }} |
Balance | {{ Utils::formatMoney($client->balance, $client->currency_id); }} |
Credit | {{ Utils::formatMoney($credit, $client->currency_id); }} |