rbrecruiter/resources/views/dashboard/dashboard.blade.php

12 lines
218 B
PHP
Raw Normal View History

@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