@extends('frontend.layouts.partials.app') @section('title', 'Online Services') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

Goodwill Online Services

Faster Smarter Easier

Account Opening / Account Services

@include('components.reference-number-modal')
@foreach ($accountTypes as $accountType)
@if ($accountType->image) @else @endif

{{ $accountType->name }}

{{ $accountType->name }}

@isset($accountType->interest_rate)

Interest Rate: {{ $accountType->interest_rate ?? '-' }}

@endisset @isset($accountType->minimum_balance)

Minimum Balance: {{ $accountType->minimum_balance ?? '-' }}

@endisset @isset($accountType->interest_term)

Interest Payment: {{ $accountType->interest_term ?? '-' }}

@endisset
@endforeach

Loans

@endsection