- @lang('institute_position_details.institute_position_details')
-
@php $i = 1; @endphp @if(isset($data)) @foreach($data as $d)@lang('institute_position_details.serial_no') @lang('institute_position_details.dates') @lang('institute_position_details.titles') @lang('institute_position_details.image') @endforeach @endif{{ $d->serial_no }} {{ date('d M Y', strtotime($d->date)); }} @if($lang == 'en'){{ Str::limit($d->title_en, 50) ?: Str::limit($d->title_bn, 50)}}@else {{Str::limit($d->title_bn, 40) ?: Str::limit($d->title_en, 50)}}@endif Open Download