@extends('admin.layouts.admin') @section('title', 'Pengaturan Website') @section('content')

Pengaturan Website

Pengaturan Statistik Footer
@php $statistic = \App\Models\Setting::where('key', 'footer_statistic')->first(); $statistic = $statistic ? json_decode($statistic->value, true) : [ 'total_pasien' => 0, 'total_dokter' => 0, 'total_kunjungan_hari' => 0, 'total_posyandu' => 0 ]; @endphp
@csrf
Jumlah total pasien terdaftar
Jumlah dokter yang bertugas
Jumlah kunjungan pasien hari ini
Jumlah posyandu aktif

Informasi Sistem
Puskesmas Katoi Melayani Sepenuh Hati
Alamat Desa Katoi, Kecematan Simbula, Kabupaten Kolaka Utara
Email puskesmaskatoi@gamil.com
Environment {{ app()->environment() }}
Debug Mode @if(config('app.debug')) ON @else OFF @endif
Cache Driver {{ config('cache.default') }}
Session Driver {{ config('session.driver') }}

Perhatian: Hati-hati dalam mengubah pengaturan. Perubahan akan langsung tampil di halaman depan website.
@endsection @push('scripts') @endpush