@extends('layouts.app') @section('content')

@if (isset($exam)) تعديل أمتحان @else أضافة أمتحان @endif

@csrf @if (isset($exam)) @method('PATCH') @endif
@php $question_ids = []; @endphp @foreach ($exam->questions_code ?? [] as $question) @php array_push($question_ids, $question->id); @endphp x{{ $question->question }} @endforeach
# السؤال الدرس الشهر الحصة الصورة أختيار
@endsection @section('js') @endsection