@extends('admin.layouts.main') @section('content')
@foreach($rows as $row) @endforeach
Question Answer Action
{{$row->question}} {{$row->answer}}
@endsection