$company->getRouteKey(), 'id' => $company->id, 'user_id' => $company->user_id, 'name' => $company->name, 'code' => $company->code, 'description' => $company->description, 'slug' => $company->slug, 'address_line1' => $company->address_line1, 'address_line2' => $company->address_line2, 'street' => $company->street, 'city' => $company->city, 'district' => $company->district, 'state' => $company->state, 'country' => $company->country, 'zip_code' => $company->zip_code, 'phone' => $company->phone, 'email' => $company->email, 'currency' => $company->currency, 'exchange_rate' => $company->exchange_rate, 'status' => $company->status, 'created_at' => $company->created_at, ')' => $company->), 'updated_at' => $company->updated_at, 'deleted_at' => $company->deleted_at, ]; } }