6 lines
76 B
PHP
6 lines
76 B
PHP
@extends('nova::layout')
|
|
|
|
@section('content')
|
|
Dashboard Content
|
|
@endsection
|