@extends('beautymail::templates.sunny') @section('content') @include ('beautymail::templates.sunny.heading' , [ 'heading' => 'เลขที่รายการ #'.$partner_id, 'level' => 'h2', ]) @include('beautymail::templates.sunny.contentStart')
วันที่ทำรายการ {{ $created_at }}
ชื่อผู้ใช้งาน: {{ $partner_name }}
เบอร์ติดต่อ: {{ $phone }}
@include('beautymail::templates.sunny.contentEnd') @include('beautymail::templates.sunny.button', [ 'title' => 'รายละเอียด', 'link' => $url ]) @stop