@extends('layouts.auth') @section('title', 'Create account') @section('auth_title', 'Create your candidate account') @section('auth_subtitle', 'Register to apply for ' . ($appSettings->app_name ?? config('app.name', 'department')) . ' positions.') @section('content') @php $svgUser = ''; $svgMail = ''; $svgLock = ''; $svgErr = ''; @endphp
@endsection @push('scripts') @endpush