forked from miguel456/rbrecruiter
Added Authentication Scaffolding, Dashboard, and Sidenav
This commit is contained in:
11
resources/views/dashboard/dashboard.blade.php
Normal file
11
resources/views/dashboard/dashboard.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@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
|
Reference in New Issue
Block a user