first commit
This commit is contained in:
28
resources/views/backend/dashboard.blade.php
Normal file
28
resources/views/backend/dashboard.blade.php
Normal file
@ -0,0 +1,28 @@
|
||||
@extends('backend.template')
|
||||
@section('content')
|
||||
<!-- start page title -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="page-title-box d-sm-flex align-items-center justify-content-between">
|
||||
<h4 class="mb-sm-0">Welcome to Dashboard</h4>
|
||||
|
||||
|
||||
<div class="page-title-right">
|
||||
<ol class="breadcrumb m-0">
|
||||
<li class="breadcrumb-item"><a href="javascript: void(0);">Dashboards</a></li>
|
||||
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end page title -->
|
||||
<div class="row project-wrapper">
|
||||
<div class="col-xxl-8">
|
||||
|
||||
</div><!-- end col -->
|
||||
</div><!-- end row -->
|
||||
@endsection
|
||||
@push('js')
|
||||
@endpush
|
Reference in New Issue
Block a user