7 lines
86 B
PHP
7 lines
86 B
PHP
@extends('layouts.withnav')
|
|
|
|
@section('content')
|
|
|
|
<h1>Your Dashboard</h1>
|
|
|
|
@endsection |