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