@extends('Frontend.layouts.master') @push('js') @endpush @section('web') @include('Frontend.pages.job.breadcrumbs')
@include('Frontend.pages.employer.side-menu')

{{__('frontend.questionnaire')}}

@include('Frontend.layouts.flashes')
@csrf
{{__('frontend.reason_to_stop_recruitment')}}
@foreach ($feedbacks as $key => $value)
@error('feedback') {{ $errors->first('feedback') }} @enderror @endforeach
{{__('frontend.comments')}}
@error('comments') {{ $errors->first('comments') }} @enderror
@endsection @section('seo_title') -{{__('seo.questionnaire')}} @endsection