@extends('dashboard.admin.layouts.master') @section('content')

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@include('dashboard.admin.user.components.account_options_and_status')
@include('partials.validation_message')
@csrf
Frozen account users cannot make transfers Disabled users cannot login KYC users will be unable to make withdrawals
@endsection