@extends('layouts.app') @push('head-script') @endpush @section('content')

@lang('app.edit')

@csrf @method('PUT')
{{--
--}}
@if($paymentSetting->stripe_status == 'active' )
@endif @if($paymentSetting->razorpay_status == 'active')
{{--
--}} @endif
@if($package->is_trial)
@endif
career_website == 1) checked @endif class="js-switch" name="career_website" data-color="#99d683" data-size="small" />
multiple_roles == 1) checked @endif class="js-switch" name="multiple_roles" data-color="#99d683" data-size="small" />
@if(!$package->is_trial)
recommended == 1) checked @endif class="js-switch" name="recommended" data-color="#99d683" data-size="small" />
@endif @if($package->default != 'yes')
status == 1) checked @endif class="js-switch" name="status" data-color="#99d683" data-size="small" />
@endif
@endsection @push('footer-script') @endpush