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