@extends('frontend.app') @if(isset($seo)) @section('title'){{$seo['title']}}@endsection @section('desc'){{$seo['desc']}}@endsection @section('keywords'){{$seo['keywords']}}@endsection @endif @section('content') @include('frontend.inc_slider') @include('frontend.inc_kampusler')
@endsection @section('css') @endsection @section('js') @endsection