diff --git a/themes/default/mails/registration.blade.php b/themes/default/mails/registration.blade.php index 80caf4e3..bbd57be4 100644 --- a/themes/default/mails/registration.blade.php +++ b/themes/default/mails/registration.blade.php @@ -9,7 +9,7 @@ {{ __('mail.welcome_register') }} {{ config('app.name') }}

- {{ __('mail.customer_name', ['name' => $order->customer_name]) }} + {{ __('mail.customer_name', ['name' => $customer->name]) }}

{{ __('mail.register_end') }} @@ -34,4 +34,4 @@ -@endsection \ No newline at end of file +@endsection