@extends('frontend.index') @section('content')
@if(count($data)>0)
  • সাজেশন্স
  • @php $i = 1; @endphp @if(isset($data)) @foreach($data as $d) @endforeach @endif
    ক্রমিক শ্রেনী প্রকাশের তারিখ শিরোনাম ডাউনলোড
    {{ $i++ }} {{ $d->class_name }} {{ date('d M Y', strtotime($d->date)); }} {{ $d->title }}
@else Not Found... @endif
@endsection