Rename Admin views directory, add some functions on models
This commit is contained in:
17
resources/views/Admin/Shop/Dashboard/index.blade.php
Normal file
17
resources/views/Admin/Shop/Dashboard/index.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('dashboard.title'),
|
||||
'subtitle' => __('boilerplate::users.list.title'),
|
||||
'breadcrumb' => [
|
||||
__('boilerplate::dashboard.title') => 'boilerplate.users.index'
|
||||
]
|
||||
])
|
||||
|
||||
@include('boilerplate::logs.style')
|
||||
|
||||
@section('content')
|
||||
|
||||
@include('Admin.Shop.Dashboard._partials.counter')
|
||||
@include('Admin.Shop.Dashboard._partials.report')
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user