@include('layouts.admin.inc.header')
@include('layouts.admin.inc.sidebar')
@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