@extends('layouts.app') @section('title', 'History Data') @section('page-title', 'History Data') @section('styles') @endsection @section('content')
{{-- LEVEL 1: Tahun --}}
@if(count($years) > 0)
@foreach($years as $year)
{{ $year }}
Tahun
@endforeach
@else
Belum ada data history tersedia.
@endif
{{-- LEVEL 2: Bulan --}} {{-- LEVEL 3: Tanggal --}} {{-- LEVEL 4: Tabel --}}
@endsection @section('scripts') @endsection