@extends('admin.layout.master') @section('content')

Exam Page Listing

Exam Pages

Add New Page

Total Product Available: {{count($pages)}}

@if(!$pages->isEmpty()) @foreach($pages as $key => $value) @endforeach @else @endif @if(count($examTypes) > 20) View More @endif
@endsection @section('scripts') @endsection