@extends('layouts.dashboard')
@section('css')
@endsection
@section('content')
{{-- Table Component ['href of Add Button'] & ['The Title Of The Table'] --}}
{{-- Head Of The Table --}}
@slot('table_header')
{{ __('Account Number') }}
{{ __('Currency') }}
{{ __('Interest Rate') }}
{{ __('Min Amount') }}
{{ __('Balance Amount') }}
{{ __('Control') }}
@endslot
{{-- Body Of The Table --}}
@slot('table_body')