@foreach ($questions as $question) @endforeach
Content Id Question Question Name Score Action
{{ $question->content->title }} {{ $question->question_name }} {{!! $question->question !!}} {{ $question->score }} {!! Form::open(['route' => ['admin.questions.destroy', $question->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!}
{!! Form::close() !!}