@extends('layouts.app') @section('content')
@if (isset($exam_done)) تعديل نتيجة امتحان {{$exam->name}} @else أضافة نتيجة أمتحان {{$exam->name}} @endif
@csrf @if (isset($exam_done)) @method('PATCH') @endif
@endsection