|
@if(!empty($artworksData[0]->gallery_logo_location))
|
{{ $artworksData[0]->gallery_title }}@php $startTimestamp = strtotime($artworksData[0]->start_date); $endTimestamp = strtotime($artworksData[0]->end_date); $startDay = date('j', $startTimestamp); $startSuffix = date('S', $startTimestamp); $startMonthYear = date('M Y', $startTimestamp); $endDay = date('j', $endTimestamp); $endSuffix = date('S', $endTimestamp); $endMonthYear = date('M Y', $endTimestamp); @endphp{{ $startDay . $startSuffix . ' ' . $startMonthYear }} - {{ $endDay . $endSuffix . ' ' . $endMonthYear }} @if($artworksData[0]->gallery_image_location) |
Opening hours{{ $artworksData[0]->opening_hours }} |
Gallery hours{{ $artworksData[0]->gallery_hours }} |
Location{{ $artworksData[0]->location }} |
|
||||