@extends('layout.app') @section('title') {{ __('تعديل بطاقة رصد الإجابات للموجة الطلابي') }} @endsection @section('content')

{{ __('تعديل بطاقة رصد الإجابات للموجة الطلابي') }}

@csrf @method('PUT')
@php $answers = old('answers', $guideline->answers->pluck('answer_text')->toArray()); @endphp @foreach ($answers as $answer)
@endforeach
@endsection @section('js') @endsection