@extends('layouts.shell') @section('title', 'Jadwal Sholat '.$activeCity) @section('meta_description', 'Jadwal sholat hari ini untuk '.$activeCity.' — Subuh, Dzuhur, Ashar, Maghrib, Isya. Metode Kemenag RI.') @section('content')

Jadwal Sholat

{{ now()->translatedFormat('l, d F Y') }}@if(!empty($prayer['hijri'])) · {{ $prayer['hijri'] }}@endif

{{-- Pilih kota (autocomplete ketik) --}}
@foreach($cities as $c)
@foreach(\App\Services\PrayerTimeService::POPULAR as $c) {{ $c }} @endforeach
{{-- Kartu utama: sholat berikutnya --}} @if($next)

Sholat berikutnya

{{ $next['name'] }}

{{ $next['time'] }} WIB

@endif {{-- Semua waktu --}}
@foreach($prayer['times'] as $name => $time) @php $active = ($next['name'] ?? '') === $name; @endphp
@if($active)@endif {{ $name }} {{ $time }}
@endforeach

Sumber: Aladhan API · metode Kementerian Agama RI. Waktu dapat berbeda tipis dengan jadwal setempat.

@guest

Dapatkan akses kajian, kelas, & event Islami lengkap.

Jadi Member
@endguest @endsection