@include('template.head') @include('template.sidebar') @include('template.header') @include('template.rightpanel')

EDIT FAQ

{{-- --}}
@csrf
@if ($errors->has('quiz')) {{ $errors->first('quiz') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
{{-- script start --}} @include('template.script') {{-- script end --}}