diff --git a/resources/views/livewire/studio/master/outlet/index.blade.php b/resources/views/livewire/studio/master/outlet/index.blade.php index 8d1acd8..5e4f97b 100644 --- a/resources/views/livewire/studio/master/outlet/index.blade.php +++ b/resources/views/livewire/studio/master/outlet/index.blade.php @@ -61,40 +61,49 @@ class="w-12 h-12 rounded-full"> -
-

- - Jam Operasional -

-
- @foreach ($this->formatOpeningHours($outlet) as $day => $time) -
- {{ $day }}: - - {{ $time['is_closed'] ? 'Tutup' : "{$time['open']} - {$time['close']}" }} - -
- @endforeach + @if (!empty($this->formatOpeningHours($outlet))) +
+

+ + Jam Operasional +

+
+ @foreach ($this->formatOpeningHours($outlet) as $day => $time) +
+ {{ $day }}: + + {{ $time['is_closed'] ? 'Tutup' : "{$time['open']} - {$time['close']}" }} + +
+ @endforeach +
-
+ @endif + + @if ($outlet->facilities->isNotEmpty()) +
+

+ + Fasilitas +

+
+ @foreach ($outlet->facilities as $facility) + {{ $facility->name }} + @endforeach +
+
+ @endif

- - Fasilitas + + Tanggal

-
- @foreach ($outlet->facilities as $facility) - {{ $facility->name }} - @endforeach -
-
- -
-
+
Tgl Buka: