@extends('employee.layouts.app') @section('title',get_setting('site_name').' Event') @push('css') @endpush @section('content')
@foreach($events as $event)
{{date('M',strtotime($event->start))}}{{date('j',strtotime($event->start))}}{{date('Y',strtotime($event->start))}}{{$event->venue}}

{{$event->title}}

{{$event->description}}

{{--

Ορχήστρα δωματίου NuovArte, Σολίστ

--}}
@endforeach
@endsection @section('script') @endsection