@if ($errors->has('username'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('reason'))
{{ $errors->first('reason') }}
@endif
@if(is_route('admin.users.create_ban'))
@if ($errors->has('ban_days'))
{{ $errors->first('ban_days') }}
@endif
@endif