Cosmetic code changes, no functional changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="container">
|
||||
<div class="col-12">
|
||||
<h1>Order Service</h1>
|
||||
@if ($errors->count())<h4><span class="note-danger">There were errors with your order, please try again.</span></h4>@endif
|
||||
@if($errors->count())<h4><span class="note-danger">There were errors with your order, please try again.</span></h4>@endif
|
||||
<div class="order-page" id="order-page">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<div id="accordion">
|
||||
<!-- Reseller Choose Client -->
|
||||
@if ($user && $user->exists && $user->isReseller())
|
||||
@if($user && $user->exists && $user->isReseller())
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">Account</h4>
|
||||
@@ -201,7 +201,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6" id="product_info">
|
||||
@if (old('product_id'))
|
||||
@if(old('product_id'))
|
||||
@include('theme.frontend.metronic.order.widget.info',['o'=>$po])
|
||||
@endif
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-12" id="product_order">
|
||||
@if (old('product_id'))
|
||||
@if(old('product_id'))
|
||||
@include('theme.frontend.metronic.order.widget.order',['o'=>$po])
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user