@extends('adminlte::page') @section('title', 'Add Aptitude Question') @section('content_header')

Add Aptitude Question

@stop @section('content') @if ($errors->any())
@endif
@csrf
@stop @section('js') @stop