@extends('employer.layouts.app') @section('content')
@if($errors->any())
@endif

{{ __('create question') }}

{{ __('Go Back') }}
@csrf
@endsection