@extends('layouts.main-app') @section('title', 'Consulting') @section('content')
@include('layouts.header') {{-- blog article--}}
Golf Image
@foreach(json_decode($eventsDetails->image) as $image) Event Image @endforeach

{{date('d', strtotime($eventsDetails->date))}}

{{date('M', strtotime($eventsDetails->date))}}

{{$eventsDetails->title}}

{!! $eventsDetails->description !!}

{{-- search bar --}} {{--
{{-- --}} {{--

Recent Posts

--}} {{--

Contact Us

Reach out to us and let us know how we can assist you. Contact us now!

--}} {{-- --}}
@include('layouts.footer')
@endsection