@php $getNote = getNote($note); $post_fix = $getNote['postfix']; $close_amount = $getNote['closing']; @endphp @foreach ($getNote['note_function'] as $key => $note_name) @php $note = str_replace(' ', '_', $note_name . $post_fix); $amount = getNotAmount($note); @endphp @endforeach
{{ $note }}
@lang('Title') @lang('Amount')
{{ $note_name }} {{ numberFormatwithBracket($amount) }}
Closing {{ numberFormatwithBracket($close_amount) }}