@extends('themes.cp.'.setting('active_cp_theme').'.layouts.default') @section('title', 'Dashboard') @section('content') @push('custom-css') @endpush
@include('themes.cp.'.setting('active_cp_theme').'.components.alert-widget') @if (!auth()->user()->is_admin && !auth()->user()->is_super_admin) @if (!auth()->user()->isCouple()) @php $currency = \App\Models\Currency::find(setting('default_currency_id', 'memberships')); @endphp @foreach ($memberships as $membership)
  • {{$membership->name}} Plan

    {{ $membership->name }}

    {!! \Illuminate\Support\Str::limit($membership->description, 200, '…') !!}

    @if ($membership->vouchers->count())

    Discounts


    @endif
    {{money($membership->price + ($membership->price * $membership->vat / 100), $currency)}} {{--+ {{$membership->vat}}% VAT--}} {{--per {{$membership->subscription_period}}--}}
@endforeach @else

My Event Portal

Customise your event portal for your guests

Customise Now

Guest Portal Access & Slideshow

Share your guest portal using the options here.

View Now

Your Album

View & download your guests photos

Add Images
@if ($wedding)

Slideshow

Play Your Slideshow.

Play Slideshow
@can('customizeBranding')

Customise

Apply custom branding to your event.

Customise branding
@endcan @endif
@endif @endif
@push('custom-js') @endpush @endsection