@extends('layouts.guru') @section('title', 'Hari Libur') @section('page-title', 'Hari Libur') @section('page-actions') Tambah Hari Libur @endsection @section('guru-content') Tanggal MulaiTanggal SelesaiKeteranganAksi @foreach($liburan as $l) {{ \Carbon\Carbon::parse($l['tanggal_mulai'])->format('d/m/Y') }} {{ \Carbon\Carbon::parse($l['tanggal_selesai'])->format('d/m/Y') }} {{ $l['keterangan'] ?? '-' }} Edit @endforeach @endsection