{{ $about->title }}
{{ $presidentmassage->title }}
{{ $principalmassage->title }}
@lang('menu.results')
@lang('menu.gallery')
-
@foreach ($homenotices as $notice)
-
@lang('home.publishon')
@if ($locale == 'en')
{{ $notice->created_at->format('d-m-Y') }}
@else
{{ en2bn($notice->created_at->format('d-m-Y')) }}
@endif
@if ($locale == 'en') {{ $notice->title }} @else {{ $notice->title_bn }} @endif
@endforeach