@extends('admin.layouts.main') @section('content')
@section('page_title') Create {{ ucwords(str_replace('_', ' ', $type)) }} Content @endsection

Create {{ ucwords(str_replace('_', ' ', $type)) }} Content for SubChapter: {{ $subChapter->title }}


@csrf @if($type !== 'reasoning_question')
@endif @if(in_array($type, ['mcq', 'neet_pg_mcq']))
@if($type == 'neet_pg_mcq')
Accepted formats: jpg, png, gif (Max: 2MB)
@endif @for($i = 1; $i <= 4; $i++)
@endfor
@elseif($type == 'reasoning_question')
@endif
Cancel
@endsection