@php
$slider = DB::table('photogallerys')->where("slider",1)->orderBy('id','DESC')->get();
$setting = DB::table("setting")->first();
@endphp
@if($lang == 'en'){{ $setting->name }}@else {{$setting->name_bangla}}@endif
@if(config('app.locale') == 'en')
@endif
@if(config('app.locale') == 'bn')
@endif
@if(env('APP_URL') == 'https://chhgc.edu.bd/')
@if(config('app.locale') == 'en')
@endif
@endif
@if($setting->type == 'school')
@else
@endif
@if(isset($slider))
@foreach($slider as $s)
@endforeach
@endif
@php
$i = 0;
@endphp
@if(isset($slider))
@foreach($slider as $s)
@php
$i= $i +1;
@endphp
@endforeach
@endif
@yield('content')
@lang('frontend.crights') © 2026 @if($lang == 'en'){{ $setting->name }}@elseif($lang == 'bn'){{ $setting->name_bangla }}@endif @lang('frontend.rights')
@lang('frontend.drights') @lang('frontend.sbit')