|
@@ -32,7 +32,7 @@
|
|
{{ friendly_time($appointment->raw_start_time, false) }}
|
|
{{ friendly_time($appointment->raw_start_time, false) }}
|
|
@endif
|
|
@endif
|
|
@if($appointment->timezone)
|
|
@if($appointment->timezone)
|
|
- <span class="text-secondary text-sm">({{ $appointment->timezone }})</span>
|
|
|
|
|
|
+ <span class="text-secondary text-sm">({{ str_replace("_", " ", $appointment->timezone) }})</span>
|
|
@endif
|
|
@endif
|
|
/
|
|
/
|
|
{{--<span class="d-inline-block ml- 2 text-secondary">{{ $appointment->title }}</span>
|
|
{{--<span class="d-inline-block ml- 2 text-secondary">{{ $appointment->title }}</span>
|