@extends('layouts.generic') @section('page_title', __('Choose how you want to use this site')) @section('styles') @stop @section('content')
@include('elements.message-alert', ['classes' => 'mb-4'])
{{__('Account setup')}}

{{__('What are you here to do?')}}

{{__('Choose the workspace that matches how you want to use JustJobs today. You can add the other side later without creating another account.')}}

@include('elements.icon',['icon'=>'search-outline','variant'=>'medium'])

{{__('Find jobs')}}

{{__('Save listings, create alerts, and build a candidate profile for future matching.')}}

@csrf
@include('elements.icon',['icon'=>'briefcase-outline','variant'=>'medium'])

{{__('Post jobs')}}

{{__('Create a publisher workspace for companies, listings, billing, and hiring teams.')}}

@csrf
@include('elements.icon',['icon'=>'swap-horizontal-outline','variant'=>'medium'])

{{__('Both')}}

{{__('Browse opportunities and publish listings from one flexible account.')}}

@csrf
{{__('No duplicate accounts')}}
{{__('Add candidate tools or publisher tools later from the same login.')}}
{{__('Clean workspaces')}}
{{__('Listings, companies, and billing stay grouped under your publisher workspace.')}}
{{__('Candidate features next')}}
{{__('Saved jobs, alerts, and application history will live in your candidate profile.')}}
@if($errors->any())
{{$errors->first()}}
@endif
@stop