@extends('layouts.app') @section('title', 'Welcome') @section('content') @php $profile = optional($user->userprofile); $firstname = $profile->firstname ?? $user->name; @endphp {{-- Welcome banner --}}
Welcome back
{{ $profile->firstname }} {{ $profile->lastname }}
{{ $user->email }}
{{ optional($user->church)->name }}
{!! optional($user->church)->fulladdress() !!}