{{--calendar items--}} @foreach($items as $item) @if($item->image) @endif @endforeach
Advertisements
{!! Html::image(imagePath('items/' . $item->id . '/' . $item->image), $item->image, array('style' => 'width: auto; display: block; margin:auto;')) !!}
Make independent checks before travelling. Click here for the latest Salvo calendar (Google sign-in required)
@if(count($events) > 0) @foreach($events as $item) @endforeach @endif

{{ date("D M j", strtotime($item->start)) }} @if($item->end > $item->start) - {{ date("D M j", strtotime($item->end)) }} @endif
{{ $item->title }}

{{ $item->description }}