jeudi 8 novembre 2018

Echo Localized text HTML in Laravel

Localization HTML is not echoing correctly. Does anybody have idea why it is not working.

HTML: (index.blade.php)

<div class="form-group">
              <div class="col-sm-12 box-el">
                <input type="password" class="form-control" name="password" required="">
                <label>{!! __('myaccount.p_placeholder') !!}</label>
              </div>
            </div>

Localization: (/resources/lang/ko/myaccount.php)

return [
'p_placeholder' => 'Password<small>(min. 8, include a digit and symbol)</small>'
];



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire