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