@extends('event.layouts.app') @section('styles') @endsection @section('header') @include('event.layouts.header') @endsection @section('sidemenu') @include('event.layouts.sidemenu') @endsection @section('content')

View Questions

{{ csrf_field() }}

View Questions

@php $i = 1; @endphp @foreach ($res_questions as $row) @php $i++; @endphp @endforeach
# Question Topic Name Is Dummy Action
{{ $i }} {{ $row->question }} {{ $row->topic }} {{ $row->is_dummy }} View Edit
@endsection @section('footer') @include('event.layouts.footer') @endsection @section('scripts') @endsection