@yield('style')
@include('layouts.admin.inc.header') @include('layouts.admin.inc.sidebar')

@yield('title')

@yield('main')
@include('layouts.admin.inc.footer')
@yield('footer') @if($errors->has()) @endif @if(Session::has('message')) @endif @if(Session::has('danger')) @endif @if(Session::has('warning')) @endif