'components.admin.form-select','data' => ['id' => 'plan_id','name' => 'plan_id','label' => ''.e(__('Select Plan')).'','class' => 'select2','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-select'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'plan_id','name' => 'plan_id','label' => ''.e(__('Select Plan')).'','class' => 'select2','required' => 'true']); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['value' => '','text' => ''.e(__('Select')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $plan): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['selected' => old('plan_id') == $plan->id,'value' => ''.e($plan->id).'','text' => ''.e($plan->plan_name).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('plan_id') == $plan->id),'value' => ''.e($plan->id).'','text' => ''.e($plan->plan_name).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['id' => 'user_id','name' => 'user_id','label' => ''.e(__('Select User')).'','class' => 'select2','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-select'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'user_id','name' => 'user_id','label' => ''.e(__('Select User')).'','class' => 'select2','required' => 'true']); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['value' => '','text' => ''.e(__('Select')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $user): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['selected' => old('user_id') == $user->id,'value' => ''.e($user->id).'','text' => ''.e($user->name).' - '.e($user->email).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('user_id') == $user->id),'value' => ''.e($user->id).'','text' => ''.e($user->name).' - '.e($user->email).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.button','data' => ['type' => 'submit','text' => __('Assign Plan')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.button'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'submit','text' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(__('Assign Plan'))]); ?>
renderComponent(); ?>