@extends('layouts.app') @section('titlePage', 'Academics') @section('content') @push('script') @endpush @include('common.delete_modal')
@include('common.alert')
@foreach ($data as $value) {{-- --}} @if ($value->course_type == 0) @else @endif @endforeach
Title Category Type Preview Action
{{ str_limit(strip_tags($value->title),30) }}
{{ $value->category->category }}
{{ str_limit(strip_tags($value->description), 200) }}
FreePaid
@csrf
{{-- Pagination --}}
Showing {{$data->firstItem()}} to {{$data->lastItem()}} of {{$data->total()}} Entries
@include('common.alert')
@foreach ($notes as $value) @if ($value->course_type == 0) @else @endif @endforeach
Note Note category Type Preview Action
{{ $value->title }} {{$value->category_title}} FreePaid
@csrf
{{-- Pagination --}}
Showing {{$notes->firstItem()}} to {{$notes->lastItem()}} of {{$notes->total()}} Entries
@endsection @section('script') @endsection