@extends('admin.layouts.master') @section('title','Edit Quiz-topic') @section('maincontent') @include('admin.layouts.topbar',$data) @if ($errors->any())
@endif
{{ __('Edit') }} {{ __('Quiz Topic') }}
{{ csrf_field() }} {{ method_field('PUT') }}




({{ __('Days after quiz will start when user enroll in course') }})





@endsection