@extends('layouts.app') @section('page_title','Customers') @section('content')
| Name | Company | Phone | Currency | Balance | |
|---|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->company_name }} | {{ $customer->phone }} | {{ $customer->currency?->code }} | {{ number_format($customer->balance(),2) }} | Edit |