DONE: fix error where the verification uses localhost after user register, use malay name in membership application
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
@section('letter-reference', $application->application_number)
|
||||
|
||||
@section('letter-date', now()->translatedFormat('d F Y'))
|
||||
@section('letter-date', now()->locale('ms')->translatedFormat('d F Y'))
|
||||
|
||||
@section('letter-recipient')
|
||||
<strong>{{ $applicant->name }}</strong><br>
|
||||
|
||||
Reference in New Issue
Block a user