crewsportswear update as of 3_18_19

This commit is contained in:
Frank John Begornia
2019-03-18 13:48:37 +08:00
parent 562f03488a
commit a2d88bc52e
71 changed files with 5443 additions and 85 deletions

View File

@@ -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