12 lines
218 B
PHP
12 lines
218 B
PHP
|
@extends('adminlte::page')
|
||
|
|
||
|
@section('title', 'Raspberry Network Team Management')
|
||
|
|
||
|
@section('content_header')
|
||
|
<h1>Backoffice</h1>
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Welcome to this beautiful admin panel.</p>
|
||
|
@stop
|