@extends("admin.layouts.app") @section("content")
Amount | Customer | Latest Update |
---|---|---|
{{$balance->total_balance}} |
{{$balance->customer->full_name}}
{{$balance->customer->mobile}} |
{{ $balance->customer->balances->sortByDesc('created_at')->first()->created_at->format("d-m-Y") }} |