Dear {{$order->graduate->full_name}},

Thank you for placing your order. We are pleased to confirm that we have received your order, which is being processed. Please print the attached file and bring it to your graduation ceremony.

@include('email.invoice-template',['order'=>$order])

If you have any questions or concerns about your order, don't hesitate to get in touch with us at {{$order->institution->email}}.

Best regards,

Customer Service Team

{{env("APP_NAME")}}
{!! strip_tags(setting('address')) !!}
P: {{setting('phone')}}
E: {{setting('email')}}
W: {{setting('website')}}