7 lines
85 B
PHP
7 lines
85 B
PHP
@extends('layout.app')
|
|
@section('title', 'Dashboard')
|
|
|
|
@section('main')
|
|
|
|
@endsection
|