Major incomplete Change

This commit is contained in:
Omair Saleh
2019-02-23 05:24:23 +08:00
parent 5958ceed97
commit dc4f71efc5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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>