!!!
%html{:lang => "en"}
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%meta{:charset => "utf-8"}/
%title Dashboard {{env('APP_NAME')}}
%meta{:content => "Admin, Dashboard, 1startup", :name => "description"}/
%meta{:content => "width=device-width, initial-scale=1, maximum-scale=1, minimal-ui", :name => "viewport"}/
%meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
/ for ios 7 style, multi-resolution icon of 152x152
%meta{:content => "yes", :name => "apple-mobile-web-app-capable"}/
%meta{:content => "black-translucent", :name => "apple-mobile-web-app-status-barstyle"}/
%link{:href => "{{ asset('assets/templates/admin/images/logo.png')}}", :rel => "apple-touch-icon"}/
%meta{:content => "Flatkit", :name => "apple-mobile-web-app-title"}/
/ for Chrome on Android, multi-resolution icon of 196x196
%meta{:content => "yes", :name => "mobile-web-app-capable"}/
%link{:href => "{{ asset('assets/templates/admin/images/logo.png')}}", :rel => "shortcut icon", :sizes => "196x196"}/
/ style
%link{:href => "{{ asset('assets/templates/admin/animate.css/animate.min.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "{{ asset('assets/templates/admin/glyphicons/glyphicons.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "{{ asset('assets/templates/admin/font-awesome/css/font-awesome.min.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "{{ asset('assets/templates/admin/material-design-icons/material-design-icons.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "{{ asset('assets/templates/admin/bootstrap/dist/css/bootstrap.min.css')}}", :rel => "stylesheet", :type => "text/css"}/
/ build:css ../assets/styles/app.min.css
%link{:href => "{{ asset('assets/templates/admin/styles/app.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "{{asset('assets/templates/admin/styles/spacing.css')}}", :rel => "stylesheet", :type => "text/css"}/
/ endbuild
%link{:href => "{{ asset('assets/templates/admin/styles/font.css')}}", :rel => "stylesheet", :type => "text/css"}/
%link{:href => "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", :rel => "stylesheet", :type => "text/css"}
%body
#app.app
@include($partial)
/ ############ LAYOUT END
/ build:js scripts/app.html.js
/ jQuery
%script{:src => "{{ asset('assets/templates/admin/libs/jquery/jquery/dist/jquery.js')}}"}
/ Bootstrap
%script{:src => "{{ asset('assets/templates/admin/libs/jquery/tether/dist/js/tether.min.js')}}"}
%script{:src => "{{ asset('assets/templates/admin/libs/jquery/bootstrap/dist/js/bootstrap.js')}}"}
/ core
%script{:src => "{{ asset('assets/templates/admin/scripts/ui-nav.js')}}"}
%script{:src => "{{ asset('assets/templates/admin/scripts/ui-screenfull.js')}}"}
%script{:src => "{{ asset('assets/templates/admin/scripts/ui-scroll-to.js')}}"}
%script{:src => "{{ asset('assets/templates/admin/scripts/ui-toggle-class.js')}}"}
%script{:src => "{{ asset('assets/templates/admin/scripts/app.js')}}"}
/ Importante: scripts elementales no remover
%script{:src => "https://unpkg.com/sweetalert/dist/sweetalert.min.js"}
%script{:src => "{{asset('assets/templates/admin/js/jquery.maskedinput.min.js')}}"}
%script{:src => "{{asset('assets/templates/admin/js/mascaras.js')}}"}
/ *******************************************
%script{:src => "//code.jquery.com/jquery.js"}
%script{:src=>"//cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"}
/ Importante: seccion donde aparecera los scripts extras -No remover
@stack('scripts')