@include('header')
@if(auth()->check()) @endif
@if(auth()->check())
@else
@endif
@yield('body')
@include('footer')