@include('links.cdn')
@auth @include('layouts.navigation')
@yield('content')
@else
@yield('login')
@endauth