External-lists/resources/views/welcome.blade.php
2023-09-11 07:14:56 +00:00

17 lines
208 B
PHP
Executable File

@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
<h1>Dashboard</h1>
@stop
@section('content')
<p>Grejanje.</p>
@stop
@section('css')
@stop
@section('js')
@stop