@extends('layouts.admin') @php use App\Enums\UserGender; use App\Enums\UserOccupation; use App\Enums\UserPlan; use App\Enums\DepartmentForAdult; use App\Enums\DepartmentForStudent; @endphp @section('content') @endsection