{{ $company->name }}
Cari Hesap Özeti Ekstresi

Sayın {{ $customer->first_name }} {{ $customer->last_name }},

Firmamız nezdindeki güncel cari hesap ekstreniz ve bakiye durumunuz aşağıda bilgilerinize sunulmuştur.

Toplam Sipariş Tutarı: @moneyWithCurrency($totalOrders, $company->currency)
Toplam Tahsil Edilen: @moneyWithCurrency($totalPaid, $company->currency)
Kalan Bakiye: @moneyWithCurrency($totalBalance, $company->currency)
@if($customer->orders->isNotEmpty())
Son Siparişleriniz
@foreach($customer->orders->take(10) as $order) @endforeach
Sipariş No Tarih Tutar Bakiye
{{ $order->order_number }} {{ $order->order_date->format('d.m.Y') }} @moneyWithCurrency($order->total_price, $order->currency) @moneyWithCurrency($order->balance, $order->currency)
@endif

Herhangi bir sorunuz olması durumunda lütfen bizimle iletişime geçmekten çekinmeyin.