@extends('frontend.app') @section('content') @include('frontend.inc_slider') @include('frontend.inc_kampusler') @if(!empty($popup)) @endif

BİLTEK'TE NELER OLUYOR ?


@foreach($icerikler as $icerik)

{{\Illuminate\Support\Str::substr($icerik->baslik,0, 60)." ..."}}

{{\Illuminate\Support\Str::substr($icerik->descreption,0,150)." ..."}}

@endforeach
TÜM HABERLER
@foreach($events as $event) @php $tarih = \Illuminate\Support\Carbon::parse($event->tarih)->format('d-m-Y'); @endphp

{{$event->kampus->isim}}

{{$event->baslik}}

@endforeach

BİLTEK OKULLARI GALERİ


@foreach($resimGalerisi as $galeri)
@endforeach

KAYIT BİLGİ FORMU

ÖĞRENCİ BİLGİLERİ

@csrf

VELİ BİLGİLERİ

{!! captcha_img()!!}
@endsection @section('css') @endsection @section('js') @endsection