@extends('layouts.organization') @section('breadcrumb')

{{ __('Quiz') }}

@endsection @section('content')
{{__('Create New Quiz')}}

{{ @$course->title }}

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
{{__('Back')}}
@endsection @push('script') @endpush