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