mirror of
https://github.com/rekywhyd/WebGIS_PengentasanKemiskinan.git
synced 2026-07-11 11:53:08 +00:00
Tampilan awal
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
<x-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
|
||||
{{ __('Dashboard') }}
|
||||
</x-nav-link>
|
||||
<x-nav-link :href="route('ibadah.index')" :active="request()->routeIs('ibadah.index')">
|
||||
{{ __('Daftar Tempat Ibadah') }}
|
||||
</x-nav-link>
|
||||
<x-nav-link :href="route('penerima.index')" :active="request()->routeIs('penerima.index')">
|
||||
{{ __('Daftar Penerima Bantuan') }}
|
||||
</x-nav-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -70,6 +76,12 @@
|
||||
<x-responsive-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
|
||||
{{ __('Dashboard') }}
|
||||
</x-responsive-nav-link>
|
||||
<x-responsive-nav-link :href="route('penerima.index')" :active="request()->routeIs('penerima.index')">
|
||||
{{ __('Daftar Penerima Bantuan') }}
|
||||
</x-responsive-nav-link>
|
||||
<x-responsive-nav-link :href="route('ibadah.index')" :active="request()->routeIs('ibadah.index')">
|
||||
{{ __('Daftar Tempat Ibadah') }}
|
||||
</x-responsive-nav-link>
|
||||
</div>
|
||||
|
||||
<!-- Responsive Settings Options -->
|
||||
|
||||
Reference in New Issue
Block a user