@extends('layouts.public_layout') @section('title', 'Welcome!') @section('content')
@if (!Auth::check()) @endif
@endsection