@extends('layouts.admin.base-dashboard') @section('title', 'Status Store') @section('content')
Tanggal | : | {{ \Carbon\Carbon::today()->format('d-m-Y') }} |
Status Toko | : | @if ($status->is_open) Buka @else Tutup @endif |
Kas Awal | : | {{ formatRupiah($status->cash_open) }} |
Kas Akhir | : | {{ formatRupiah($status->cash_close) }} |