I am Using Laravel 5.5, the Form and HTML Helper are removed from this version. I don't know how to include external style sheet and JavaScript files in my header file.
You have to write normal <link> tag for this. because external css and js will have different path and {{ HTML::style('css/bootstrap.min.css') }} can not be understood by it.
<link>tag for this. because external css and js will have different path and{{ HTML::style('css/bootstrap.min.css') }}can not be understood by it.