TKK_E3220375/resources/views/admin/dashboard.blade.php

9 lines
130 B
PHP

@extends('layouts.dashboard')
@section('title', 'Smart School | Dashboard')
@section('content')
<h1>dashboard</h1>
@endsection