mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
fix bill plz callback transaction status
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="container-fluid p-r-15 p-l-15 position-fixed" style="z-index: 1050;">
|
||||
<div class="row {{ env('APP_ENV') == 'development' ? 'bg-danger' : 'bg-primary-complete-gradient'}} align-items-center justify-content-center" >
|
||||
<div class="row bg-primary-complete-gradient align-items-center justify-content-center" >
|
||||
<div class="col">
|
||||
<div class="container-fluid container-fixed-lg no-padding">
|
||||
<div class="row align-items-center justify-content-center">
|
||||
@@ -100,4 +100,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@if(env('APP_ENV') === 'development')
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<button class="close" data-dismiss="alert"></button>
|
||||
<strong>Development: </strong>Your are currently browsing the development server
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user