@extends('components.dashboard.layouts.master') @section('title', __('Edit Quiz')) @push('head') @endpush @section('content')
{{ __('Quizzes List') }} {{ route('teacher.lessons.index') }}
@csrf @method('PUT')
{{-- Title --}}
{{-- Start Time --}}
{{-- End Time --}}
{{-- Number of Questions --}}
{{-- Creation Type --}}
@error('with_calculator') {{ $message }} @enderror
@error('with_rules') {{ $message }} @enderror
{{-- Editable Questions --}}
{{-- Display Selected Questions --}}
{{ __('Questions') }}
{{ __('Select questions from the list above') }}
@endsection @include('dashboard.lessons.edit-scripts')