Format all blade templates to 2 spaces #530 (#531)

This commit is contained in:
Nabeel S
2020-02-01 13:05:56 -05:00
committed by GitHub
parent 06b47d97e0
commit 59d09c0cec
254 changed files with 7123 additions and 7006 deletions

View File

@@ -1,28 +1,28 @@
<div class="sidebar" data-background-color="white" data-active-color="info">
<!--
Tip 1: you can change the color of the sidebar's background using: data-background-color="white | black"
Tip 2: you can change the color of the active button using the data-active-color="primary | info | success | warning | danger"
-->
<!--
Tip 1: you can change the color of the sidebar's background using: data-background-color="white | black"
Tip 2: you can change the color of the active button using the data-active-color="primary | info | success | warning | danger"
-->
<div class="sidebar-wrapper">
<div class="logo" style="background: #067ec1; margin: 0px; text-align: center; min-height: 74px;">
<a href="{{ url('/dashboard') }}">
<img src="{{ public_asset('/assets/img/logo_blue_bg.svg') }}" width="110px" style="">
</a>
</div>
<ul class="nav">
@include('admin.menu')
</ul>
<br />
<div class="row">
<div class="col-xs-12 text-center">
<p class="small">@version</p>
</div>
</div>
<div class="sidebar-wrapper">
<div class="logo" style="background: #067ec1; margin: 0px; text-align: center; min-height: 74px;">
<a href="{{ url('/dashboard') }}">
<img src="{{ public_asset('/assets/img/logo_blue_bg.svg') }}" width="110px" style="">
</a>
</div>
<ul class="nav">
@include('admin.menu')
</ul>
<br/>
<div class="row">
<div class="col-xs-12 text-center">
<p class="small">@version</p>
</div>
</div>
</div>
</div>