@php $rolesArr = Auth::user()->roles; $userrolename = isset($user)?$user->roles->implode('name', ', '):''; @endphp
{{ $errors->first('name') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('phone_no') }}
@endif{{ $errors->first('roles') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('status') }}
@endif{{ $errors->first('address') }}
@endif{{ $errors->first('address1') }}
@endif{{ $errors->first('state') }}
@endif{{ $errors->first('city') }}
@endif