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

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

@csrf
@if (old('answers')) @foreach (old('answers') as $answer)
@endforeach @else
@endif
@endsection @section('js') @endsection