@extends('layouts.mobile.modern') @section('title', 'Histori Presensi') @section('header_left') @endsection @section('content') {{-- ===== FILTER ===== --}}
{{-- Filter Header --}}
Pilih Rentang Tanggal
{{-- Filter Inputs --}}
{{-- Dari --}}
{{-- Sampai --}}
{{-- Button --}}
{{-- ===== HISTORY LIST ===== --}}
{{-- Skeleton synced with dashboard --}}
@for ($i = 0; $i < 5; $i++)
@endfor
{{-- Data synced with dashboard --}}
@endsection @push('myscript') @endpush