Laravel 5.3 Notification Vs Mailable
I am a little confused about whether to use Laravel's Notification or Mailable class. From what I understand, Mailables are used to send only emails whereas Notifications can be used to send emails and sms. In my application, I dont have plans to send sms notifications for now, so I am confused if I should just use the Mailable class in this case. My questions are: If I am only going to be sending emails notifications, is it better for me to use Mailables instead of Notifications? If each emails have different html layout, then would Mailable be the better option? Even if all emails are