{{-- meta --}}
{{-- ico --}}
{{ HTML::style('admin/ico/apple-touch-icon-precomposed.png', array('rel' => 'apple-touch-icon-precomposed')) }}
{{ HTML::style('admin/ico/apple-touch-icon-72x72-precomposed.png', array('rel' => 'apple-touch-icon-precomposed', 'sizes' => '72x72')) }}
{{ HTML::style('admin/ico/apple-touch-icon-144x144-precomposed.png', array('rel' => 'apple-touch-icon-precomposed', 'sizes' => '144x144')) }}
{{ HTML::style('admin/ico/favicon.png', array('rel' => 'shortcut icon')) }}
{{-- style --}}
{{ HTML::style('//equalstyle.onepoint.com.tw/styles/equalstyle.css') }}
{{-- 後台樣式 --}}
{{ HTML::style(Config::get('backend.style')) }}
{{ HTML::style('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css') }}
{{ HTML::style('admin/assets/css/screen.min.css') }}
{{-- 主選單效果 --}}
{{ HTML::style('admin/assets/js/libs/mmenu/css/jquery.mmenu.css') }}
{{ HTML::style('admin/assets/js/libs/mmenu/css/extensions/jquery.mmenu.widescreen.css', array('media' => 'all and (min-width: 900px)')) }}
{{-- javascript --}}
{{ HTML::script('//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js') }}
{{ HTML::script('//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js') }}
{{-- 主選單效果 --}}
{{ HTML::script('admin/assets/js/libs/mmenu/js/jquery.mmenu.js') }}
{{ HTML::script('admin/assets/js/pages/glob.min.js') }}