@extends('layouts.main_without_top_button') @section('contentinner') @section('navigation') @stop
@include('clients.includes.client_summary')

{{--*/ $amount_total =0 /*--}} @foreach($debit_credit_notes as $note) @if($note->transaction_type == 'CREDIT') {{--*/ $amount_total -=$note->getAmount() /*--}} @else {{--*/ $amount_total +=$note->getAmount() /*--}} @endif @endforeach
Date. Description More Description Type Currency Amount Action
{{$note->date_created}} {{$note->description}} {{$note->moreDescription}} {{$note->transaction_type}} {{$note->currency}} {{number_format($note->getAmount(),2)}}
@stop