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

{{ __('edit question')}}

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