@extends('layouts.app') @section('content')
| Hari | Tanggal | Data |
|---|---|---|
| {{$hari->isoFormat('dddd')}} | {{$hari->isoFormat('DD MMMM Y')}} |
@php
$row = \App\Models\InputHarian::where('tanggal', $hari->format('Y-m-d'))->where('satker_id', $satkeraktif)->first();
@endphp
@if($row)
|