@extends('users.layout') @section('content')

Add New User

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
First Name:
Last Name:
employee_id:
Email:
Phone Number:
Department:
Designation:
Joining Date:
Skill Set:
@endsection