@extends('layouts.front') @section('content') @include('includes.user-dashboard-sidebar') Package Details Back Plan: {{$subs->title}} Price: {{$subs->price}}{{$subs->currency}} Durations: {{$subs->days}} Day(s) Product(s) Allowed: {{ $subs->allowed_products == 0 ? 'Unlimited': $subs->allowed_products}} @if(!empty($package)) @if($package->subscription_id != $subs->id) Note: Your Previous Plan will be deactivated! @else @endif @else @endif @include('includes.form-success') @include('includes.form-error') {{ csrf_field() }} @if($user->is_vendor == 0) {{ $langg->lang238 }} * {{ $langg->lang239 }} * {{ $langg->lang240 }} * {{ $langg->lang241 }} * {{ $langg->lang242 }} (Optional) {{ $langg->lang243 }} (Optional) @endif @if($subs->price != 0) Select Payment Method * Select an option Paypal Stripe Card * Cvv * Month * Year * @endif Submit @endsection @section('scripts') @if($subs->price != 0) @endif @endsection
{{$subs->title}}
{{$subs->price}}{{$subs->currency}}
{{$subs->days}} Day(s)
{{ $subs->allowed_products == 0 ? 'Unlimited': $subs->allowed_products}}