@if ($park->opening_date)
- Opened:
- {{ $park->opening_date->format('F j, Y') }}
@endif
@if ($park->closing_date)
- Closed:
- {{ $park->closing_date->format('F j, Y') }}
@endif
@if ($park->size_acres)
- Size:
- {{ $park->size_display }}
@endif
@if ($park->operating_season)
- Season:
- {{ $park->operating_season }}
@endif
@if ($park->website)
@endif
- Location:
- {{ $park->formatted_location ?: 'Unknown' }}