Skip to content

Instantly share code, notes, and snippets.

@forethoughtde
Last active May 18, 2020 09:52
Show Gist options
  • Save forethoughtde/5d7a4b2fe55f4ae2a0d5199f6cd3ee0d to your computer and use it in GitHub Desktop.
Save forethoughtde/5d7a4b2fe55f4ae2a0d5199f6cd3ee0d to your computer and use it in GitHub Desktop.
public function toMail($notifiable)
{
return (new MailMessage)
->line('We have received your package. Please schedule your delivery')
->action('Schedule the delivery', url('/dashboard/delivery_schedule/'.$this->delivery_id))
->line('Thank you for using our application!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment