@extends('layouts.app') @section('content')
@if (Route::has('login'))
Log out
@endif

{{ config('app.name') }}

@endsection