5 lines
86 B
PHP
5 lines
86 B
PHP
@extends('layouts.admin')
|
|
@section('content')
|
|
<h1>Дашборд</h1>
|
|
@endsection
|