@extends('layouts.simple.master') @section('title', 'Create Question') @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('content')
Create Question
@csrf
@endsection