@extends('backend.school_admin.layout_app') @section('page_cs') @endsection @section('content') Manage Question Home Question List Psychology Question List Add New Question Education Name Module Name Category Name Title Action @foreach($question_list as $row) {{ $row->education_name }} {{ $row->module_name }} {{ $row->exam_category_name }} {{ $row->question_title }} Edit | Delete @endforeach @endsection @section('page_js') @endsection