@extends('client.layout') @section('title') {{translate('saving account')}} @endsection @section('content')
{{translate('saving account')}}
@foreach($data as $key) @endforeach
{{translate('account')}} {{translate('product')}} {{translate('balance')}} {{ translate('action') }}
{{ $key->id }} @if(!empty($key->savings_product)) {{ $key->savings_product->name }} @endif {{ currency_converter(\App\Helpers\GeneralHelper::savings_account_balance($key->id)) }}
@endsection @section('footer-scripts') @endsection