{{-- Part of phoenix project. --}} @extends('_global.mail.template') @section('content')
Hi {{ $orderitem->user_name }},
Congratulations, your product {{ $orderitem->product_title }}({{ $orderitem->format_title }}) has been sold! Keep the ball rolling!
@stop