@extends('user.layouts.template') @section('styles') @endsection @section('content')
Subscription Management My Subscription

Subscription

Package Start Date {{ $data['package_start_date'] }}
@if (date('Y-m-d', strtotime(Auth::user()->valid_trial_date)) > date('Y-m-d'))
Package End Date {{ $data['package_end_date'] }}
@elseif(date('Y-m-d', strtotime(Auth::user()->valid_trial_date)) < date('Y-m-d'))
Grace Period Date {{ $data['grace_period_date'] }}
@endif
Pricing NA
Last Billing NA
Payment Status Trial

{{--
Auto-Renewal
--}}

My Features

@foreach ($plan as $pn)

{{ $pn->plan_name }}

${{ $pn->monthly_offer_price }}/mo

id == Auth::user()->interested_plan && Auth::User()->interested_duration == 1 ? 'checked' : '' }} data-price="{{ $pn->monthly_offer_price }}"> {{-- $url = "/up-grade/{{ $pn->plan_name}}/monthly/paid"; --}}
id == Auth::user()->interested_plan && Auth::User()->interested_duration == 2 ? 'checked' : '' }} data-price="{{ $pn->quaterly_offer_price }}">
id == Auth::user()->interested_plan && Auth::User()->interested_duration == 3 ? 'checked' : '' }} data-price="{{ $pn->halfyearly_offer_price }}">
id == Auth::user()->interested_plan && Auth::User()->interested_duration == 4 ? 'checked' : '' }} data-price="{{ $pn->yearly_offer_price }}">
  • {{ $pn->number_of_property }}
  • {{ $pn->number_of_team_members }}
  • {{ $pn->description }}
@endforeach {{--
POPULAR

Premium

$99 /mo

  • Unlimited
  • Unlimited
  • Advanced
--}}
@endsection