@extends('layouts.main_without_top_button') @section('title') {{$client->name}} Profile @stop @section('navigation') @stop @section('contentinner')
@include('clients.includes.client_summary')
{{--*/ $total = 0 /*--}} @foreach($payments as $payment) {{--*/ $total += $total_1 /*--}} @endforeach {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
Rec. NO. Date. Route Description Reference Currency Exchange Rate Amount Action
{{$payment->id}} {{\Carbon\Carbon::parse($payment->date_created)->toFormattedDateString()}} @if(!empty($payment->getDescription())) {!! $payment->getDescription() !!} @endif {{$payment->reference}} {{$payment->currency}} {{$payment->exchange_rate}} {{number_format($total_1 = $payment->getAmount(),2)}}
Total Balance{{number_format($total,2)}}--}} {{----}} {{--
@stop