@extends($layoutBlade) @section('content')
Create Account

An HR profile is required before scheduling an appointment with the appropriate HR specialist.

@csrf @if(session('message'))
{{session('message')}}
@endif
@error('first_name') {{$message}} @enderror
@error('last_name') {{$message}} @enderror
@error('email_address') {{$message}} @enderror
@error('password')
{{$message}}
@enderror
@endsection