Question:Which function is used to link external JS files in the blade engine?
A {! HTML::js(‘path’) !} B {!! HTML::javascript(‘path’) !!} C {{ HTML::script(‘path’) }} D {!! HTML::script(‘path’) !!}
+ AnswerD
+ Report