@extends('Bilettm.Layouts.BilettmLayout') @section('after_styles') @if($event->images->count()) @endif @endsection @section('content') {{\DaveJamesMiller\Breadcrumbs\Facades\Breadcrumbs::render('event',$event)}}

«{{$event->title}}»

@if($event->images->count()) {{$event->title}} {{----}} @endif {!! Markdown::parse($event->description) !!} {{$event->organiser->name}} @lang("Public_ViewEvent.presents") @lang("Public_ViewEvent.at") {{$event->venue->venue_name}}
@include('Bilettm.ViewEvent.Partials.Schedule')
@include('Bilettm.ViewEvent.Partials.EventShareButtons')
{{--
--}} {{--@include('Bilettm.Partials.EventTags')--}} {{--
--}}
@endsection @section('after_scripts') @endsection