{{ ucfirst(str_replace('_', ' ', $type ?? 'general')) }}
{!! $content !!}
@if(isset($data) && !empty($data))

📊 Additional Data

@foreach($data as $key => $value)

{{ ucfirst(str_replace('_', ' ', $key)) }}: @if(is_array($value)) {{ json_encode($value) }} @else {{ $value }} @endif

@endforeach
@endif
View Dashboard @if(isset($type) && in_array($type, ['withdrawal_request', 'investment_request', 'funding_request'])) Approve Decline @endif