@php $locale = app()->getLocale(); @endphp @extends('layouts.webapp') @push('meta_tags') @if (app()->getLocale() == 'en') @section('title', $notice->title) @else @section('title', $notice->title_bn) @endif @endpush @section('content')
Notice Title : @if (app()->getLocale() == 'en') {{ $notice->title }} @else {{ $notice->title_bn }} @endif
@lang('home.publishon') : @if (app()->getLocale() == 'en') {{ $notice->created_at->format('d-m-Y') }} @else {{ en2bn($notice->created_at->format('d-m-Y')) }} @endif
Notice File :
@php $path_parts = pathinfo($notice->attachment); @endphp @if ($path_parts['extension'] == 'jpeg' || $path_parts['extension'] == 'png' || $path_parts['extension'] == 'jpg') {{ $notice->title }} @else @endif
Notice By :

প্রধান শিক্ষক
{{$setting->site_name_bn }}

Notice Download : Click Here
Notice Board : Click Here

All Notices

@endsection