Skip to content

Commit

Permalink
update master template - forgotten yield('script')
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaAb committed Jul 1, 2019
1 parent 52e670b commit 991f21d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

{!! Rapyd::styles() !!}

@yield('style')

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -70,6 +72,8 @@

{!! Rapyd::scripts() !!}

@yield('script')

</body>

</html>

0 comments on commit 991f21d

Please sign in to comment.