@extends('client.layout') @section('title') {{translate('saving account')}} @endsection @section('content')
| {{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)) }} |