@extends('layouts.app') @section('content')
@if (Route::has('login'))
@auth Salir @else Login @endauth
@endif

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

@endsection