39 lines
2.0 KiB
PHP
39 lines
2.0 KiB
PHP
<?php $attributes = $attributes->exceptProps(['id' => null, 'maxWidth' => null]); ?>
|
|
<?php foreach (array_filter((['id' => null, 'maxWidth' => null]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
|
$$__key = $$__key ?? $__value;
|
|
} ?>
|
|
<?php $__defined_vars = get_defined_vars(); ?>
|
|
<?php foreach ($attributes as $__key => $__value) {
|
|
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
|
} ?>
|
|
<?php unset($__defined_vars); ?>
|
|
|
|
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
|
|
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'jetstream::components.modal','data' => ['id' => $id,'maxWidth' => $maxWidth,'attributes' => $attributes]]); ?>
|
|
<?php $component->withName('jet-modal'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php $component->withAttributes(['id' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($id),'maxWidth' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($maxWidth),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attributes)]); ?>
|
|
<div class="px-6 py-4">
|
|
<div class="text-lg">
|
|
<?php echo e($title); ?>
|
|
|
|
</div>
|
|
|
|
<div class="mt-4">
|
|
<?php echo e($content); ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="px-6 py-4 bg-gray-100 text-right">
|
|
<?php echo e($footer); ?>
|
|
|
|
</div>
|
|
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
|
|
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
|
|
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
|
|
<?php endif; ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php /**PATH /var/www/exchange/vendor/laravel/jetstream/resources/views/components/dialog-modal.blade.php ENDPATH**/ ?>
|