@stack('styles')
@include('layouts.partials.sidebar')
@include('layouts.partials.navbar')

@yield('page_title', View::getSection('title', 'لوحة التحكم'))

@hasSection('breadcrumb') @endif
@yield('page_actions')
@include('layouts.partials.alerts') @yield('content')
@stack('scripts')