@extends('employer.layouts.app') @section('content')
@if($errors->any())
@endif
{{ __('Create Result') }}
{{ __('Go Back') }}
{{--

{{ __('create result') }}

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