$this->id, 'marking' => $this->order_number, 'company' => Company::where('id', $this->company_id)->first(), 'warehouse_id' => $this->warehouse_id, 'address' => new AddressResource(Address::where('id', $this->address_id)->first()), 'complete' => (int)$this->complete, 'date' => $this->created_at->format('d/m/Y') ]; } }