17 lines
208 B
PHP
Executable File
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 |