@extends('layouts.app') @section('content')
← Back to Reviews

Rate {{ $employer->company_name }}

Share your experience working with this employer

@if(session('error'))
{{ session('error') }}
@endif @if($existingRating)
ℹ️ You have already rated this employer. You can update your review below.
@endif
@csrf @if($hasVerifiedInteraction)

Verified Employee

Your review will be marked as verified since we confirmed you worked with this employer

@else

Unverified Review

We couldn't confirm your employment. Your review will be valuable but not marked as verified.

@endif
@for($i = 1; $i <= 5; $i++) overall_score ?? 0)) === $i ? 'checked' : '' }}> @endfor
@error('overall_score')

{{ $message }}

@enderror

Rate these aspects (1-5)

@php $aspects = [ 'fairness_score' => 'Fairness & Ethics', 'communication_score' => 'Communication', 'conditions_score' => 'Working Conditions', 'support_score' => 'Support & Development', ]; @endphp @foreach($aspects as $field => $label)
@for($i = 1; $i <= 5; $i++) {$field} ?? 0)) === $i ? 'checked' : '' }}> @endfor
@error($field)

{{ $message }}

@enderror
@endforeach

Max 1000 characters

@error('comment')

{{ $message }}

@enderror
Cancel
@endsection