@php $rolesArr = Auth::user()->roles; $userrolename = isset($user)?$user->roles->implode('name', ', '):''; @endphp
Name *
{!! Form::text('name', null, ['class' => 'form-control alphabetsOnly', 'required', 'maxlength' => '250']) !!} @if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
Gender
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
Status
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
DOB *
@if ($errors->has('dob'))

{{ $errors->first('dob') }}

@endif
Profile Picture
@if ($errors->has('profile_picture'))

{{ $errors->first('profile_picture') }}

@endif