@extends('layouts.app') @section('namePage', 'Edit Pertanyaan') @section('content')

Edit Pertanyaan

@if ($errors->any())
@endif
@csrf @method('PUT')
@foreach (['A', 'B', 'C', 'D'] as $opt)
@endforeach
← Kembali
{{-- Modal Konfirmasi --}} @endsection @section('scripts') @endsection