Home
About
Blog
Events
Gallery
Sermons
Bulletins
FAQ
Prayer
Help
Contact
@auth
@php $isGuestMobile = optional(auth()->user()->userprofile)->membership_type === 'guest'; @endphp
{{ optional(auth()->user()->userprofile)->firstname }}
{{ optional(auth()->user()->userprofile)->lastname }}
{{ auth()->user()->email }}
@if($isGuestMobile)
Guest
@endif
@if(!$isGuestMobile)
My Profile
Change Password
@endif
@else
@endauth