@extends('beautymail::templates.sunny') @section('content') @include ('beautymail::templates.sunny.heading' , [ 'heading' => 'กรุณาคลิกลิงก์ด้านล่างเพื่อตั้งรหัสผ่านใหม่', 'level' => 'h2', ]) @include('beautymail::templates.sunny.contentStart') {{ $url }} @include('beautymail::templates.sunny.contentEnd') @include('beautymail::templates.sunny.button', [ 'title' => 'รีเซ็ตรหัสผ่าน', 'link' => $url ]) @stop