@extends('layout') @section('title') Customer @endsection @section('content') Birthday Content Home Customer @include('flash-message') Birthday Content Submit @method('PUT') @csrf Email Title Email Subject Email Body {{ $body ? $body : '' }} *Gunakan {NAMA} untuk menyisipkan nama @endsection @section('script') @endsection