@extends('email.layout') @section('content')
{{__('Order Successfully Placed')}}
{{__('You order is successfully submitted. Your order number is: '.$data)}}
{{__('Go Home')}}
@endsection