@extends('backend.layouts.app') @section('title') {{ __('update_user_plan_benefits') }} @endsection @section('content')
{{ __('do_you_want_to_update_the_plan_data_of_the_user_under_this_order') }} ?

{{ $plan->label }}

{{ config('templatecookie.currency_symbol') }} {{ $plan->price }}

{{ __('update_user_plan_benefits') }}

{{ __('back') }}
@csrf @method('PUT') {{-- --}}
@error('user_plan') {{ $message }} @enderror
@error('job_limit') {{ $message }} @enderror
@error('featured_job_limit') {{ $message }} @enderror
@error('highlight_job_limit') {{ $message }} @enderror
@error('candidate_cv_view_limit') {{ $message }} @enderror
@endsection @section('style') @endsection