aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/views/admin/overview.blade.php
blob: d97059e9a74c7ddf09027b54009c58fab2ae3570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@extends('admin.layouts.app')

@section('content')
{{ $user }}
@endsection 

@section('content-header')
<h1>
    Overview
    <small>Overview of all data</small>
</h1>
<ol class="breadcrumb">
    <li>
        <a href="#">
            <i class="fa fa-dashboard"></i> Administration</a>
    </li>
    <li class="active">Overview</li>
</ol>
@endsection