@if($setting->scrolling_text != NULL)
@endif
@if(env('APP_URL') == 'https://chhgc.edu.bd/')
@php
$about = DB::table("pages")->where('id',1)->first();
@endphp
{{--
--}}
@if(env('APP_URL') == 'https://chhgc.edu.bd/')
@endif
@php
$setting = DB::table("setting")->first();
@endphp
@include('frontend.sidebar')
{{--
@lang('frontend.announcement')
--}}
Student's Information Form
@endif
@lang('frontend.notice_board')
@if(isset($notice))
@foreach($notice as $n)
@if($lang == 'en'){{$n->title ?: $n->title_bn}}@else {{$n->title_bn ?: $n->title}}@endif
@endforeach
@endif
- @lang('frontend.introduction')
@if($lang == 'en'){!! Str::limit($about->details,'500')!!}@else {!! Str::limit($about->details_bn,'500')!!} @endif
@lang('frontend.about_us')
@lang('frontend.administrative_information')
@lang('frontend.teachers_and_staff')
@lang('add_noc.other')
@lang('frontend.academic_information')
@lang('frontend.exam_information')
@lang('frontend.result')
@lang('frontend.gallery')
@lang('frontend.others')