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

Create Question & Answer

@endsection @section('breadcrumb-items') @endsection @section('content')
Create Question & Answer
@csrf
@endsection