@extends('layouts.master') @section('title'){{trans_choice('general.fund',2)}} @endsection @section('content')

{{trans_choice('general.fund',2)}}

@if(Sentinel::hasAccess('contributions.create')) {{trans_choice('general.add',1)}} {{trans_choice('general.fund',1)}} @endif
@foreach($data as $key) @endforeach
{{ trans_choice('general.name',1) }} {{ trans_choice('general.note',2) }} {{ trans_choice('general.total',2) }} {{ trans_choice('general.action',1) }}
{{ $key->name }} {!! $key->notes !!} @if(\App\Models\Setting::where('setting_key', 'currency_position')->first()->setting_value=='left') {{ \App\Models\Setting::where('setting_key', 'currency_symbol')->first()->setting_value }} {{number_format(\App\Helpers\GeneralHelper::fund_total_amount($key->id),2)}} @else {{number_format(\App\Helpers\GeneralHelper::fund_total_amount($key->id),2)}} {{ \App\Models\Setting::where('setting_key', 'currency_symbol')->first()->setting_value}} @endif
@endsection @section('footer-scripts') @endsection