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

{{ $admin->email }}

@include('partials.validation_message')
@include('dashboard.admin.users.partials.account_option_and_status')
@csrf
Frozen account users cannot make transfers Disabled users cannot login KYC users will be unable to make withdrawals
This message will appear when user login
@endsection