@include('layouts.style') @php $show_toggles = false; if($files->file_level=="4"){ $show_toggles = true; } @endphp
@if($embedded!="2")
     Chat / Document
@if(isset($_GET['wholelaw']) && $_GET['wholelaw']=="yes") @else Chat  Document @endif
@if(!$embedded || $embedded<1) @endif @if((auth()->user() && (auth()->user()->level=="4" || auth()->user()->level=="5" || auth()->user()->level=="1")) || $show_toggles) @endif
@endif
Ask Questions to the PDF
@if($files->summary!="") {!! Illuminate\Support\Str::markdown($files->summary) !!} @endif


Here are some sample questions
@if($files->sample_questions!="") {!! Illuminate\Support\Str::markdown($files->sample_questions) !!} @endif


@if(auth()->user() && (auth()->user()->level=="4" || auth()->user()->level=="5")) Genie is not yet 100% accurate in subjects like Math, Chemistry or Physics. You may ask conceptual questions on these subjects but Genie may not be able to solve complex equations or problems in these subjects. @endif
@if(auth()->user() && count($userquestions)>0)
@foreach($userquestions as $qns)

@php $q_id = $qns->id; $scroll_id = "scroll_".$q_id; @endphp
@endforeach
@else @endif
Use any one or a combination of the below toggle buttons to fine tune Genie's response @if(auth()->user()) Add Toggle @endif
@if(auth()->user() && auth()->user()->level=="3")  Landmark Judgements
 Legal updates
 Legal Maxims
 Contemporary legal topics
 Case law references
 Search Engine
@else  Story Mode
 Real Life Examples
 Generate Questions
 Practical Activity
 Ezy Explain
 Validate Answer
 Plagiarism Check
 Youtube Videos @if(auth()->user() && auth()->user()->level=="5")
 Lesson Plan @endif @endif
@foreach($custom_toggles as $tog)

 {{$tog->name}}  
@endforeach


Press and hold to ask

Press and hold to ask
@php $i=0; @endphp @if($embedded!="2")
@if(count($pdfs)>1) <   > @endif @for($i=0;$i
@endfor
@endif
@csrf
@include('layouts.script')