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