@extends('layouts.app') @section('title', 'Open Appraisal') @section('page-title', 'Open Quarterly Appraisal') @section('content')

Select a communicator and the quarter to begin a new appraisal cycle. Scores can be entered on the appraisal detail page.

@csrf
@error('communicator_id')

{{ $message }}

@enderror
@if($errors->has('communicator_id'))
{{ $errors->first('communicator_id') }}
@endif
Cancel
@endsection