@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('admin/global/plugins/ladda/ladda-themeless.min.css') !!} {!! HTML::style('admin/pages/css/pricing.min.css') !!} @stop @section('content')
@if(\Carbon\Carbon::now('Asia/Calcutta')->diffInDays(\Carbon\Carbon::createFromFormat('Y-m-d', $user->trial_end_date), false) < 0 && is_null($activePlan))
You have to buy a plan to continue.
@elseif(\Carbon\Carbon::now('Asia/Calcutta')->diffInDays(\Carbon\Carbon::createFromFormat('Y-m-d', $user->trial_end_date), false) == 0 && is_null($activePlan))
Your trial period is going to end tomorrow.
@endif @if(!is_null($activePlan))
Your current plan is {{ ucwords($activePlan->plan->plan_name) }}. This plan will expire {{ $activePlan->plan_expires_on->diffForHumans() }}
@endif
Choose A Plan
@foreach($plans as $key=>$plan)
@endforeach

PRO

NA

 

Upcoming Features
All Features of basic plan
Manage Daily Tasks
Customer Weight Report
Create & Send Diet Plan
Live Chat With Customer
Inventory Management
Exercise Scheduling
Staff Management
Referral Management
Customer Photo ID Generation
Password Protection
Manage Your Expenses
Create Group Memberships
Track Sales & Marketing Campaigns
Customer Portal
{{--Modal Start--}} {{--End Modal--}} @stop @section('footer') {!! HTML::script('admin/global/plugins/ladda/spin.min.js') !!} {!! HTML::script('admin/global/plugins/ladda/ladda.min.js') !!} {!! HTML::script('admin/pages/scripts/ui-buttons.min.js') !!} {!! HTML::script('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js') !!} {!! HTML::script('admin/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js') !!} {!! HTML::style('admin/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js') !!} {!! HTML::script('https://checkout.razorpay.com/v1/checkout.js') !!} @stop