@extends('admin.layouts.simple.master') @section('title', 'Quiz') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Quiz

@endsection @section('breadcrumb-items') @endsection @section('content')
Add Quiz
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif

Add Questions

Add Options
@endsection @section('script') @endsection