@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

  • {{ $pn->number_of_property }}
  • {{ $pn->number_of_team_members }}
  • {{ $pn->description }}
@endforeach {{--
POPULAR

Premium

$99 /mo

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