Fix on addresses
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
@extends('Shop.layout.layout', [
|
||||
'title' => __('Profil'),
|
||||
'title' => __('Profil'),
|
||||
])
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-12">
|
||||
@include('Shop.Customers.partials.user')
|
||||
</div>
|
||||
<div class="col-lg-9 col-md-12">
|
||||
@include('Shop.Customers.partials.sale')
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-12">
|
||||
@include('Shop.Customers.partials.user')
|
||||
</div>
|
||||
<div class="col-lg-9 col-md-12">
|
||||
@include('Shop.Customers.partials.sale')
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@include('load.layout.modal')
|
||||
|
||||
Reference in New Issue
Block a user