@extends('layouts.mobile') @section('title', 'More Services') @section('content')

More Services

Explore additional financial services and tools

Popular Services

@foreach($popularServices as $service)

{{ $service['name'] }}

{{ $service['description'] }}

@endforeach

All Services

@foreach($serviceCategories as $key => $service)

{{ $service['title'] }}

@if($service['status'] === 'available') Available @else Coming Soon @endif

{{ $service['description'] }}

@foreach($service['features'] as $feature) {{ $feature }} @endforeach
@if($service['status'] === 'available') Explore @else @endif
@endforeach

Account & Settings

Profile Settings

Update your personal information

Security Settings

Manage PIN, 2FA, and security

App Information

Version 1.0.0
Build 2025.01.{{ date('md') }}
Last Update {{ now()->format('M d, Y') }}
@push('scripts') @endpush @endsection