@extends('layouts.app') @section('titlePage', 'Manager Learning Content') @section('content')
@include('common.alert')
@foreach ($data as $value) @endforeach
Subject Code View Action
{{ $value->title }} {{ $value->code }} {{ !empty($countMap[$value->id]) ? $countMap[$value->id] : 0 }} Preview
{{-- Pagination --}}
Showing {{$data->firstItem()}} to {{$data->lastItem()}} of {{$data->total()}} Entries
@endsection @section('script') @endsection