@extends('layouts.master') @section('title', 'Dashboard') @section('css') @endsection @section('content')
{{--

Dashboard

--}}
Periode Aktif !
Periode aktif pelaporan mulai tanggal {{ Carbon\Carbon::parse($periodeaktif->tgl_awal)->format('d-m-Y'); }} S/d {{ Carbon\Carbon::parse($periodeaktif->tgl_akhir)->format('d-m-Y'); }}
@endsection @section('js') @endsection