@auth
@include('partials.sidebar')
@endauth
@auth
@include('partials.breadcrump')
@endauth
@yield('content')