added track link

This commit is contained in:
franknstayn
2021-12-01 20:23:22 +08:00
parent 5ff492a475
commit 2a44e0c988

View File

@@ -23,7 +23,7 @@
Please login <a href="{{ url('auth/login?redirectUrl=') }}{{ URL::full() }}" Please login <a href="{{ url('auth/login?redirectUrl=') }}{{ URL::full() }}"
class="text-decoration-underline">here</a> to track your order. class="text-decoration-underline">here</a> to track your order.
@else @else
<iframe src="http://localhost:8002/?id={{ $userId }}" frameborder="0"></iframe> <iframe src="https://crewsportswear.app:8092/?id={{ $userId }}" frameborder="0"></iframe>
@endif @endif
</div> </div>