Laravel-5.7-with-Admin-LTE-3-Boiler-Plate icon indicating copy to clipboard operation
Laravel-5.7-with-Admin-LTE-3-Boiler-Plate copied to clipboard

@yield('javascript') in master.blade.php

Open ManojKiranA opened this issue 5 years ago • 0 comments

i have downloaded and installed your code I was wondering why are You using

@yield('javascript')

Bacause some of the pages dont have the any other extra js

For that situation

//in some child blade templates

@push('pushName')

@endpush

and in the master.blade.php

@stack('pushName')

ManojKiranA avatar Mar 29 '19 11:03 ManojKiranA