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

{{__('My Courses')}}

@endsection @section('content')
{{__('Edit Quiz')}}

{{ @$exam->course->title }}

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