@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($data['events']))
@foreach ($data['events'] as $event)
{!!$event['name']!!}
{!!$event['detail']!!}
{{$event['date']}}
@endforeach
@endif
@endsection @section('script') @endsection