platformContent = $platformContent; } public function index($request) { $this->platformContent = $this->platformContent ->where('id',$request['id'])->orderBy('id', 'desc')->first(); return $this->platformContent; } }