{{-- Tell the browser to be responsive to screen width --}} {{-- Favicon icon --}} {!! isset($title) ? strip_tags($title) . ' :: ' . config('app.name') . ' Admin' : config('app.name') . ' Admin' !!} {{-- Encrypted CSRF token for Laravel, in order for Ajax requests to work --}} {{-- Specify a default target for all hyperlinks and forms on the page --}} @yield('before_styles') @yield('after_styles') {{-- 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:// --}} {{-- Main wrapper - style you can find in pages.scss --}}
{{-- Topbar header - style you can find in pages.scss --}} @include('admin.layouts.inc.header') {{-- Left Sidebar - style you can find in sidebar.scss --}} @include('admin.layouts.inc.sidebar') {{-- Page wrapper --}}
{{-- Container fluid --}}
{{-- Bread crumb and right sidebar toggle --}} @yield('header') {{-- Start Page Content --}} @yield('content')
{{-- Footer --}}
@include('common.js.init') @yield('before_scripts') {{-- Page Script --}}