@extends('layouts.app') @section('title', 'Create user | ') @section('content')
{{ $errors->first('first_name') }}
@endif{{ $errors->first('phone_number') }}
@endif{{ $errors->first('other_phone_number') }}
@endif{{ $errors->first('gender') }}
@endif{{ $errors->first('other_email') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('user_role') }}
@endif{{ $errors->first('department_id') }}
@endif{{ $errors->first('designation_id') }}
@endifOptional: You can add it later.
Note: You can add more detail of user after creating the profile.