{{ $row->title }}
Date: {{ date('Y-m-d', strtotime($row->event_at)) }}
Venue: {{ $row->venue }}
Contact: {{ $row->contact }}
@extends('layouts.heading-page') @section('title') Events - @endsection @section('seo_keywords') @endsection @section('seo_description') @endsection @section('css') @endsection @section('breadcrumbs') Event @endsection @section('page-main')
Date: {{ date('Y-m-d', strtotime($row->event_at)) }}
Venue: {{ $row->venue }}
Contact: {{ $row->contact }}