'components.admin.form-input','data' => ['id' => 'name','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'name','name' => 'name','label' => ''.e(__('Name')).'','placeholder' => ''.e(__('Enter Name')).'','value' => ''.e(old('name')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['type' => 'email','id' => 'email','name' => 'email','label' => ''.e(__('Email')).'','placeholder' => ''.e(__('Enter Email')).'','value' => ''.e(old('email')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'email','id' => 'email','name' => 'email','label' => ''.e(__('Email')).'','placeholder' => ''.e(__('Enter Email')).'','value' => ''.e(old('email')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['type' => 'password','id' => 'password','name' => 'password','label' => ''.e(__('Password')).'','placeholder' => ''.e(__('Enter Password')).'','value' => ''.e(old('password')).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'password','id' => 'password','name' => 'password','label' => ''.e(__('Password')).'','placeholder' => ''.e(__('Enter Password')).'','value' => ''.e(old('password')).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['id' => 'role','name' => 'role[]','label' => ''.e(__('Assign Role')).'','class' => 'select2','required' => 'true','multiple' => 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' => 'role','name' => 'role[]','label' => ''.e(__('Assign Role')).'','class' => 'select2','required' => 'true','multiple' => true]); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select Role')).'']] + (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 Role')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['value' => ''.e($role->name).'','text' => ''.e($role->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(['value' => ''.e($role->name).'','text' => ''.e($role->name).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
'components.admin.form-switch','data' => ['name' => 'status','label' => ''.e(__('status')).'','activeValue' => 'active','inactiveValue' => 'inactive','checked' => old('status') == 'active']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'status','label' => ''.e(__('status')).'','active_value' => 'active','inactive_value' => 'inactive','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(old('status') == 'active')]); ?>
renderComponent(); ?>