@extends('master') @section('title', 'Dashboard') @section('header-konten') @endsection @section('konten')
Dashboard
@if ($message = Session::get('success'))
{{ $message }}
@else
Selamat Datang {{ Auth::user()->name }}!
@endif
Jumlah Perumahan setiap Desa
Jumlah RTLH setiap Desa
@endsection @section('script') @endsection