/home/techb158/immovalet.com/platform/themes/shopwise/src/Http/Resources
Edit: /home/techb158/immovalet.com/platform/themes/shopwise/src/Http/Resources/PostResource.php (862B)
$this->id,
'name' => $this->name,
'url' => $this->url,
'description' => Str::words($this->description, 35),
'image' => RvMedia::getImageUrl($this->image, 'small', false, RvMedia::getDefaultImage()),
'created_at' => $this->created_at->translatedFormat('M d, Y'),
'views' => number_format($this->views) . ' ' . __('Views'),
];
}
}