@extends('admin.layouts.master') @section('title', 'Edit User - Admin') @section('body') @if ($errors->any())
@endif
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Quiz') }}


{{ csrf_field() }} {{ method_field('PUT') }}




(Days after quiz will start when user enroll in course)

  • status == '1' ? 'checked' : '' }} >
  • quiz_again == '1' ? 'checked' : '' }} >

  • @endsection