@extends('web.layouts.main') @section('content')
@CSRF
@foreach($questions as $key=>$row) @endforeach
@push('js') @endpush @stop