@section('email-tab') @endsection @section('email-content')
{{--

{{ $order->customer->email }}

--}}
{{-- 成立訂單通知 --}} {{-- 已付款通知 --}} @if ($order->isPaid()) @endif {{-- 已出貨通知 --}} @if ($order->isShipped()) @endif
信件名稱 操作
成立訂單
已付款
已出貨
@endsection