@extends('emails.master_user') @section('body')
{{ $client }},
 
{{ trans('texts.payment_message', ['amount' => $amount]) }}
 
{{ $license }}
 
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}
@stop