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

@lang('app.createNew')

@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
status == 1) checked @endif class="js-switch" name="status" data-color="#99d683" data-size="small" />
@endsection @push('footer-script') @endpush