@extends('layouts.dashboard') @section('title', 'Riwayat Bel Sekolah') @section('content')
Catatan lengkap semua aktivitas bel sekolah
Waktu | Hari | Jam | File | Trigger | Volume | Pengulangan |
---|---|---|---|---|---|---|
{{ $history->ring_time->format('d M Y') }}
{{ $history->ring_time->format('H:i:s') }}
|
{{ $history->hari }} | {{ $history->waktu }} | {{ $history->file_number }} | @if($history->trigger_type == 'schedule') Jadwal @else Manual @endif |
{{ $history->volume ?? '15' }}
|
{{ $history->repeat ?? '1' }}x |
Tidak ada data riwayatBelum ada aktivitas bel yang tercatat |