@extends('layouts.master') @section('content') @push('header_styles') @endpush
| # | @lang('class_wise_student.class') | @lang('class_wise_student.image') | @lang('common.action') |
|---|---|---|---|
| {{ $i++ }} | @if($lang == 'en'){{ $d->class_name ?: $d->class_name_bn}}@else {{$d->class_name_bn ?: $d->class_name}}@endif | @php $path = public_path().'/'.$d->image; @endphp @if(file_exists($path)) @lang('common.download') @endif |