/home/techb158/immovalet.com/platform/themes/shopwise/src/Http/Resources
NameSizeModeActions
BrandResource.php6000644editdlrm
PostResource.php8620644editdlrm
ProductCategoryResource.php5990644editdlrm
ReviewResource.php6370644editdlrm
TestimonialResource.php6550644editdlrm
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'), ]; } }