@php $setting = getLandingPageSettings(); @endphp
{{$setting->title ?? ''}}
@if(!empty($setting->date))
{{ \Carbon\Carbon::parse($setting->date)->format('M d, Y') }}
@endif
{{$setting->location ?? ''}}
Download the App
Website -
{{$setting->website ?? ''}}