public function getTitleAttribute() { $file = public_path() . '/' . $this->path; return \File::name($file) . '.' . \File::extension($file); }