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

{{ __('edit result')}}

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