@extends('layouts.app', ['path' => 'user_management']) @section('title', 'Edit User - HRMS') @section('content')
@include('partials.new_alerts')
Add User
@csrf
@endsection