@extends('layouts.auth') @section('title', 'Sign in') @section('auth_title', 'Sign in to your account') @section('auth_subtitle', 'Access the ' . ($appSettings->app_name ?? config('app.name', 'department')) . ' recruitment portal.') @section('content')
@endsection @push('scripts') @endpush