@extends('layout') @section('content')
@if (Route::has('login'))
@auth @if (isAdmin) Admin | Log Out @endif @else Log in @endauth
@endif
{!! $DESCRIPTION !!}
@endsection