file-management-system/resources/views/pages/dashboards/index.blade.php

12 lines
189 B
PHP
Raw Normal View History

2023-04-11 09:21:20 +00:00
<x-default-layout>
2023-09-26 09:39:39 +00:00
@section('title')
Dashboard
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('dashboard') }}
@endsection
2023-04-11 09:21:20 +00:00
</x-default-layout>