@extends('admin.layouts.app') @section('title') {{ __('edit') }} @endsection @section('content') @if (userCan('plan.update'))

{{ __('edit') }} {{ __('plan') }}

  {{ __('back') }}
@csrf @method('PUT')
@error('label') {{ __($message) }} @enderror
@error('price') {{ __($message) }} @enderror
@error('job_limit') {{ __($message) }} @enderror
@error('featured_job_limit') {{ __($message) }} @enderror
@error('highlight_job_limit') {{ __($message) }} @enderror

candidate_cv_view_limitation) == 'limited' ? 'checked':'' }} type="radio" id="limited_profile_view" name="candidate_cv_view_limitation" class="candidate_profile_view custom-control-input" value="limited">
candidate_cv_view_limitation) == 'unlimited' ? 'checked':'' }} type="radio" id="unlimited_profile_view" name="candidate_cv_view_limitation" class="candidate_profile_view custom-control-input" value="unlimited">
@error('candidate_cv_view_limitation') {{ __($message) }} @enderror
@error('candidate_cv_view_limit') {{ __($message) }} @enderror

frontend_show ? 'checked':'' }}>
frontend_show ? 'checked':'' }}>
@error('frontend_show') {{ __($message) }} @enderror
@error('description') {{ __($message) }} @enderror
@endif @endsection @section('script') @endsection