static function pastAppointment()
 {
     $clients = Client::whereRaw('CURDATE() > app_date')->get();
     return $clients;
 }