@extends('frontend.app') @section('title'){{$seo['title']}}@endsection @section('desc'){{$seo['desc']}}@endsection @section('keywords'){{$seo['keywords']}}@endsection @section('content') @include('frontend.inc_slider') @include('frontend.inc_kampusler')
@php $t=1; foreach ($haberler as $haber) { echo '
'; echo''.$haber->baslik.''; echo'
'.$haber->baslik.'

'.$haber->descreption.'

'; echo " ".($t%3==0 && $t!=0? "
":"").""; $t++; } @endphp
@endsection