@extends('layouts.front') @section('content') Package Details Back Plan {{$subs->title}} Price {{$subs->price}}{{$subs->currency}} Durations {{$subs->days}} days 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') @include('includes.form-error') {{ csrf_field() }} @if($subs->price != 0) Card Number CVV Month January February March April May June July August September October November December Year @endif Submit @endsection @section('scripts') @if($subs->price != 0) @endif @endsection
{{$subs->title}}
{{$subs->price}}{{$subs->currency}}
{{$subs->days}} days
{{ $subs->allowed_products == 0 ? 'Unlimited': $subs->allowed_products}}