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

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

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