laravel lang with parameter

Solutions on MaxInterview for laravel lang with parameter by the best coders in the world

showing results for - "laravel lang with parameter"
Irene
14 Apr 2017
1'hello':'Hello  :Name'
2
3{!! __('messages.hello',['Name'=>'nairi']) !!}
4
5output: Hello Nairi
similar questions
queries leading to this page
laravel lang with parameter