@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Update Organization Plan')) @section('header-title')

{{ __('Update Organization Plan') }}

@endsection @section('content')
{{ __('Refresh Page') }}
@csrf
{{ __('Update Organization Plan') }}
{{ __('Characters') }}: 0/60
@error('title')

{{ $message }}

@enderror
@error('plan_type')

{{ $message }}

@enderror
@error('duration')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
{!! $plan->description !!}
{{ __('Characters') }}: 0/80
@error('description')

{{ $message }}

@enderror
is_active == 1 ? 'checked' : '' }}>
@endsection @push('scripts') {{-- @if ($errors->any()) @endif --}} @endpush