@if(auth()->user()->isCouple()) @php $wedding = auth()->user()->wedding; @endphp
{{ ucwords($wedding?->name) }}
@endif
  • {{__('cp.cp_dashboard')}}
  • @if(auth()->user()->isCouple())
  • Event Portal
  • Guest Portal
  • Personalise Slideshow
  • @endif @if(auth()->user()->is_admin)
  • Admin Dashboard
  • @endif
  • My Account
  • @can('customizeBranding')
  • Customise
  • @endcan