File tree 4 files changed +76
-30
lines changed
EasyShop/resources/views/profile
4 files changed +76
-30
lines changed Original file line number Diff line number Diff line change
1
+ @extends (' front.master' )
2
+
3
+ @section (' content' )
4
+ <style >
5
+ table td { padding :10px
6
+ } </style >
7
+
8
+
9
+
10
+ <section id =" cart_items" >
11
+ <div class =" container" >
12
+ <div class =" breadcrumbs" >
13
+ <ol class =" breadcrumb" >
14
+ <li ><a href =" {{ url (' /profile' )} }" >Profile</a ></li >
15
+ <li class =" active" >My Address</li >
16
+ </ol >
17
+ </div ><!-- /breadcrums-->
18
+
19
+
20
+
21
+ <div class =" row" >
22
+ @include (' profile.menu' )
23
+ <div class =" col-md-8" >
24
+
25
+ <h2 class =" heading" ><span style =' color :green ' >{{ ucwords (Auth:: user ()-> name )} } </span >, Your Address</h2 >
26
+ </div >
27
+ </div >
28
+ </div >
29
+ </section >
30
+ @endsection
Original file line number Diff line number Diff line change 6
6
} </style >
7
7
8
8
9
- <section id =" advertisement" >
9
+
10
+
11
+ <section id =" cart_items" >
10
12
<div class =" container" >
11
- <img src =" {{ asset (' theme/images/shop/advertisement.jpg' )} }" alt =" " />
12
- </div >
13
- </section >
13
+ <div class =" breadcrumbs" >
14
+ <ol class =" breadcrumb" >
15
+ <li ><a href =" {{ url (' /' )} }" >Home</a ></li >
16
+ <li class =" active" >My Profile</li >
17
+ </ol >
18
+ </div ><!-- /breadcrums-->
14
19
15
- <h1 align =" center" >Hi, <span style =' color :green ' >{{ ucwords (Auth:: user ()-> name )} } </span > </h1 >
20
+ <div class =" row" >
21
+ @include (' profile.menu' )
22
+ <div class =" col-md-8" >
16
23
17
- <div class =" container" >
18
- <p class =" panel-body" align =" center" >
19
- welcome to your profile</p >
24
+ <?php /* <table border="0" align="center">
25
+ <tr>
26
+ <td> <a href="{{url('/')}}/orders" class="btn btn-success">My Orders</a></td>
27
+ <td> <a href="" class="btn btn-success">My Address</a></td>
28
+ <td> <a href="" class="btn btn-success">Change Password</a></td>
29
+ </tr>
30
+ </table>
31
+ *
32
+ */ ? >
33
+ <h2 class =" heading" ><span style =' color :green ' >{{ ucwords (Auth:: user ()-> name )} } </span ></h2 >
34
+ <p > welcome to your profile</p >
35
+ </div >
36
+ </div >
20
37
21
- <table border =" 0" align =" center" >
22
- <tr >
23
- <td > <a href =" {{ url (' /' )} } /orders" class =" btn btn-success" >My Orders</a ></td >
24
- <td > <a href =" " class =" btn btn-success" >My Address</a ></td >
25
- <td > <a href =" " class =" btn btn-success" >Change Password</a ></td >
26
- </tr >
27
- </table >
28
- </div >
38
+
39
+
40
+ </div >
41
+ </section >
29
42
@endsection
Original file line number Diff line number Diff line change
1
+ <div class =" col-md-4 well well-sm" >
2
+
3
+ <ul class =" nav navbar" >
4
+ <h3 class =" " >Quick Links</h3 >
5
+ <li ><a href =" {{ url (' /profile' )} }" >My Profile</a ></li >
6
+ <li ><a href =" {{ url (' /orders' )} }" >My Orders</a ></li >
7
+ <li ><a href =" {{ url (' /address' )} }" >My Address</a ></li >
8
+ <li ><a href =" " >Change Password</a ></li >
9
+ </ul >
10
+
11
+ </div >
Original file line number Diff line number Diff line change 6
6
} </style >
7
7
8
8
9
- <section id =" advertisement" >
10
- <div class =" container" >
11
- <img src =" {{ asset (' theme/images/shop/advertisement.jpg' )} }" alt =" " />
12
- </div >
13
- </section >
9
+
14
10
<section id =" cart_items" >
15
11
<div class =" container" >
16
12
<div class =" breadcrumbs" >
20
16
</ol >
21
17
</div ><!-- /breadcrums-->
22
18
23
- <div class =" step-one" >
24
- <h2 class =" heading" ><span style =' color :green ' >{{ ucwords (Auth:: user ()-> name )} } </span >, Your Orders</h2 >
25
- </div >
19
+
26
20
27
21
<div class =" row" >
28
- <div class =" col-md-4" >
29
- <h2 >Sidebar</h2 >
30
- </div >
22
+ @include (' profile.menu' )
31
23
<div class =" col-md-8" >
32
-
24
+ < h2 class = " heading " >< span style = ' color : green ' > {{ ucwords (Auth :: user () -> name ) } } </ span >, Your Orders</ h2 >
33
25
<table class =" table table-responsive" >
34
26
<thead >
35
27
<tr >
38
30
<th >Product Code</th >
39
31
<th >Order Total</th >
40
32
<th >Order Status</th >
41
-
33
+
42
34
<th >Details</th >
43
-
35
+
44
36
</tr >
45
37
</thead >
46
38
You can’t perform that action at this time.
0 commit comments