{{ _trans('frontend.Please Fill-up User') }}
@if ($errors->has('user_name'))
{{ $errors->first('user_name') }}
@endif
@if ($errors->has('user_phone'))
{{ $errors->first('user_phone') }}
@endif
@if ($errors->has('user_email'))
{{ $errors->first('user_email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('department'))
{{ $errors->first('department') }}
@endif
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if ($errors->has('user_country_id'))
{{ $errors->first('user_country_id') }}
@endif
{{-- Prev next button --}}