@extends('layouts.master') @section('content-header')
@endsection @section('content') @if(Auth::check()) {{ __("You're logged in!") }} As {{ auth()->user()->name }} @endif @endsection