@extends('App.Web.layouts.html') @section('header') Welcome! @stop @section('content')

Hello

Welcome @if (Auth::guard('web')->check()) {{Auth::guard('web')->getUser()->name}} @endif!
@stop