@extends('layouts.landing') @section('title') Edit Subscription Package @endsection @section('content')
Back to subscriptions

Edit Subscription Package

@csrf
feed_feature == 1 ? 'checked' : '' }}>
network_feature == 1 ? 'checked' : '' }}>
profile_feature == 1 ? 'checked' : '' }}>
search_feature == 1 ? 'checked' : '' }}>
chat_feature == 1 ? 'checked' : '' }}>
mentorship_feature == 1 ? 'checked' : '' }}>
forum_feature == 1 ? 'checked' : '' }}>
elearning_feature == 1 ? 'checked' : '' }}>
announcement_feature == 1 ? 'checked' : '' }}>
job_feature == 1 ? 'checked' : '' }}>
donation_feature == 1 ? 'checked' : '' }}>
referral_feature == 1 ? 'checked' : '' }}>
subscription_feature == 1 ? 'checked' : '' }}>
verify_feature == 1 ? 'checked' : '' }}>
saving_feature == 1 ? 'checked' : '' }}>
poll_feature == 1 ? 'checked' : '' }}>
investment_feature == 1 ? 'checked' : '' }}>
goal_feature == 1 ? 'checked' : '' }}>
resource_feature == 1 ? 'checked' : '' }}>
{{-- @dd($package); --}}
visibility_feature == 1 ? 'checked' : '' }} >
{{-- @if (Auth::user()->isSuperAdmin())
goal_feature == 1 ? 'checked' : ''}}>
visibility_feature == 1 ? 'checked' : ''}}>
resource_feature == 1 ? 'checked' : ''}}>
@endif --}}

@php $features = ''; $feature_count = 1; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); $feature_count = count($features); } @endphp @if (isset($features) && !empty($features)) @php $feature_no = 1; @endphp @foreach (json_decode($package->features) as $feature)
@endforeach @else @endif

@include('elements.package') @include('elements.add-package-category') @endsection