mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-21 13:34:13 +00:00
Major incomplete Change
This commit is contained in:
@@ -25,6 +25,7 @@ class Order extends JsonResource
|
||||
'warehouse_id' => $this->warehouse_id,
|
||||
'current_step' => $this->current_step,
|
||||
'complete' => $this->complete,
|
||||
'date' => $this->create_at,
|
||||
'steps' => [
|
||||
'details' => (new GetStep())->execute($this->current_step),
|
||||
'attachments' => (new StepAttachments())->execute($this->id, $this->current_step)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="fs-10 muted">Created: <span class="text-success semi-bold">27-11-2018</span></div>
|
||||
<div class="fs-10 muted">Created: <span class="text-success semi-bold">{{this.order.date}}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user