@extends('admin.newlayout.layout',['breadcom'=>['mock test','Sections','Edit']]) @section('title') Question Panel @endsection @section('page')
@for($i=1;$i<=$questions->count();$i++) {{$i}} @endfor
@endsection @section('script') @endsection