@extends('admin.layouts.layout') @section('content')

{{ $subscriptionplandetails ? 'Edit ' : 'Create' }} Entity

@csrf @if($subscriptionplandetails) @method('PUT') @endif
Unit Attribute Subscription Plan Advertisement
Bronze Silver Gold Manufacturer
Asset Numbers Any Any Any Any Banners
Monthly Billing Amount Free @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 1)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 2)->first(); @endphp
Annual Billing Amount Free @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 3)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 4)->first(); @endphp
Billing Amount (on sales) @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 5)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 6)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 7)->first(); @endphp
Cloud Space Eligiblity @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 8)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 9)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 10)->first(); @endphp
Top-up No Yes Yes
Annual Billing Amount n/a @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 11)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 12)->first(); @endphp
Consulting Eligiblity n/a @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 13)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 14)->first(); @endphp
Annual Billing Amount n/a @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 15)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 16)->first(); @endphp
Bidding Eligiblity n/a @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 17)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 18)->first(); @endphp
Top-up No Yes Yes
Billing Amount @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 19)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 20)->first(); @endphp @php $subscriptionplandetails=\App\Models\SubscriptionplanDetails::select('value')->where('id', 21)->first(); @endphp
Relations Brand Gallery Yes Yes Yes Yes Yes
Asset Visualisation (AR) Yes Yes Yes Yes n/a
Stakeholder Engagement Yes Yes Yes n/a n/a
Asset Promotion (on engagement) No Yes Yes Yes Yes
Data Analytics Yes Yes Yes Yes Yes
Customer Support Yes Yes Yes n/a n/a
Personalized Support n/a n/a n/a Yes Yes
Tax Applicable on Billing Amount Exclusive Exclusive Exclusive

  
@endsection