@extends('emails.layout') @section('title', $subjectText ?? 'Welcome to ' . config('app.name')) @section('header') {!! $header ?? '
This this a sample Email.
To get started, click the button below:
If you have any questions, just reply to this email—we're always happy to help!
Best regards,
' . config('app.name') . ' Team
© ' . date('Y') . ' ' . config('app.name') . '. All rights reserved.
' !!} @endsection