public function trashed()
 {
     if (Auth::user()->can('trashed-clients')) {
         Client::onlyTrashed();
     }
 }