@extends('layouts.main_without_top_button', ['title' => 'LOADING EXPENSES | ' . config('app.name')]) @section('title') Loading Expenses @stop @section('navigation') @stop @section('contentinner')

{{--*/ $total_amount =0 /*--}} @foreach($loading_point->LoadingPointAccounts as $loading_point_account) {{--*/ $total_amount += $loading_point_account->amount /*--}} @endforeach {{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
Account Currency Amount  
{{$loading_point_account->account->name}} {{$loading_point_account->currency}} {{number_format($loading_point_account->amount,2)}}  
TOTAL AMOUNT{{number_format($total_amount,2)}}
@stop