@extends('frontend.index') @section('content')
  • {{ $data[0]->department_name_bn }} এর ফলাফল
  • @php $i = 1; @endphp @if(isset($data)) @foreach($data as $d) @endforeach @endif
    ক্রমিক শিরোনাম সেমিস্টার শিফট ডাউনলোড
    {{ $i++ }} {{ $d->title }} {{ $d->semester_name_bn }} {{ $d->shift }}
@endsection