attributes['banner'] = json_encode($pictures); } } public function getBannerAttribute($pictures) { return json_decode($pictures, true); } }