@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content')

Events

@if (count($events) > 0)
@endif @endsection @section('scripts') @endsection