@extends('layouts.website') @section('title', 'Welcome') @section('content')

Welcome to Your Website!

This is the main public facing page.

@if (Route::has('login')) @endif
@endsection