@include('layouts.leftpanel')
@include('layouts.topPanel')
@yield('content')
@include('layouts.footerPanel')