@extends('layouts.admin') @section('title') Ananas | Edit Video Quiz @endsection @section('Videos') active {{session('sidebar_color')}} @endsection @section('breadcrumb') @endsection @section('style') @endsection @section('content')
@if(true)
Edit Video Quiz
@csrf
{{--------------------------------------------------------------------------------------------------------------------------}} @if($quiz->options) @foreach($quiz->options as $key => $option)
status=="1") checked @endif required style="width: 24px;height: 24px;">
@endforeach @endif {{--------------------------------------------------------------------------------------------------------------------------}}
@endif
@endsection