@extends('web.index') @section('site') @php if (session()->get('locale')==null) { $VARSAYILAN=App\Models\Panel\Diller::where('varsayilan',1)->first(); $DIL=$VARSAYILAN->kod; } else { $DIL=session()->get('locale'); } $AYAR = App\Models\Panel\Ayarlar::where('dil',$DIL)->first(); @endphp @section('title') Harita | {{$AYAR->sitebaslik ?? ''}} @endsection @section('description') {{$ICERIK->seoaciklama ?? ''}} @endsection @section('keywords') {{$ICERIK->anahtar ?? ''}} @endsection @section('sitetitle') {{$AYAR->sitebaslik ?? ''}} @endsection
@php if (session()->get('locale')==null) { $VARSAYILAN=App\Models\Panel\Diller::where('varsayilan',1)->first(); $DIL=$VARSAYILAN->kod; session()->put('locale', $DIL); App::setLocale($DIL); } else { $DIL=session()->get('locale'); App::setLocale($DIL); } $ICERIKKONTROL = App\Models\Panel\Projeler::where('dil',$DIL) ->where('durum',1) ->count(); $ICERIKLERS = App\Models\Panel\Projeler::where('dil',$DIL) ->where('durum',1) ->get(); $PROJELERMODUL = App\Models\Panel\Moduller::where('seflink','projeler') ->first(); $PROJELERLINK = App\Models\Panel\Linkler::where('dil',$DIL) ->where('seflink','projeler') ->first(); $LINK = $PROJELERLINK->url ?? '#'; @endphp
0
Toplam Santral
0
Toplam Kapasite (MW)
0
Aktif Santral
0
Pasif Santral
@endsection