@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.testResult.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('test'))
{{ $errors->first('test') }}
@endif {{ trans('cruds.testResult.fields.test_helper') }}
@if($errors->has('student'))
{{ $errors->first('student') }}
@endif {{ trans('cruds.testResult.fields.student_helper') }}
@if($errors->has('score'))
{{ $errors->first('score') }}
@endif {{ trans('cruds.testResult.fields.score_helper') }}
@endsection