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

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

@csrf @method('PUT')
@foreach ($guideline->answers as $answer)
@endforeach
@endsection @section('js') @endsection