@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('script') @endpush
@include('common.alert')
@foreach ($data as $value) @endforeach
Subject Code Action
{{ $value->subject_title }} {{ $value->subject_code }} View Questions Add Question - Default @if ($value->hasEssayQuestion()) Add Question - Essay @endif Preview Question

{{-- Pagination --}}
@endsection