public function compose(View $view)
 {
     $customers = $this->customers->getCustomersWithUpcomingBirthday();
     $view->withCustomers($customers);
 }