crewsportswear update as of 3_18_19
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<td>{{ $row->Currency }} {{ $row->Total }} </td>
|
||||
<td>{{ date('F j, Y g:i a', strtotime($row->DateCreated)) }} </td>
|
||||
<td class="text-center">
|
||||
<a href="{{ url('user/orders/view') }}/{{ $row->CartKey }}" class="btn btn-default btn-xs">View</a>
|
||||
<a href="{{ url('user/orders/view') }}/{{ $row->CartKey }}" class="btn btn-default btn-xs">View Details</a>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user