@extends('member.layout') @section('title', 'Open Savings Account') @section('content')

Open Savings Account

New Account
@csrf
Account Details
@error('amount')
{{ $message }}
@enderror Minimum deposit: KSh 100 Payment will be initiated from: {{ auth()->user()->phone_number }}
Account Benefits
Important Information
@push('js') @endpush @endsection