feat(breadcrumbs): tambahkan breadcrumbs pada halaman laporan SLA, debiture, user, dan monitoring; perbarui route laporan SLA, debiture, user, dan monitoring

This commit is contained in:
majid
2025-07-03 11:11:01 +07:00
parent 5e8f979d05
commit 44ff9d4ac6
10 changed files with 208 additions and 133 deletions

View File

@@ -1,7 +1,7 @@
@extends('layouts.main')
@section('breadcrumbs')
{{-- {{ Breadcrumbs::render('laporan-hasil-penilaian-jaminan-internal-external') }} --}}
{{ Breadcrumbs::render('laporan-monitoring') }}
@endsection
@section('content')

View File

@@ -1,7 +1,7 @@
@extends('layouts.main')
@section('breadcrumbs')
{{-- {{ Breadcrumbs::render('laporan-hasil-penilaian-jaminan-internal-external') }} --}}
{{ Breadcrumbs::render(request()->route()->getName()) }}
@endsection
@section('content')