@extends('layout.app_guest') @section('content')
@if(env('WEBSITE_LOGO_DISPLAY')) logo @endif @if(env('WEBSITE_LOGO_DISPLAY') === false)

{{ env('APP_NAME') }}

@endif
@csrf
@if(env('FORGOT_PASSWORD')) @endif
@endsection