38 lines
2.0 KiB
PHP
38 lines
2.0 KiB
PHP
<?php if (isset($component)) { $__componentOriginal5863877a5171c196453bfa0bd807e410 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal5863877a5171c196453bfa0bd807e410 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.layouts.app','data' => ['title' => __('Dashboard')]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('layouts.app'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(__('Dashboard'))]); ?>
|
|
|
|
<?php
|
|
$__split = function ($name, $params = []) {
|
|
return [$name, $params];
|
|
};
|
|
[$__name, $__params] = $__split('orders');
|
|
|
|
$__html = app('livewire')->mount($__name, $__params, 'lw-143918417-0', $__slots ?? [], get_defined_vars());
|
|
|
|
echo $__html;
|
|
|
|
unset($__html);
|
|
unset($__name);
|
|
unset($__params);
|
|
unset($__split);
|
|
if (isset($__slots)) unset($__slots);
|
|
?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal5863877a5171c196453bfa0bd807e410)): ?>
|
|
<?php $attributes = $__attributesOriginal5863877a5171c196453bfa0bd807e410; ?>
|
|
<?php unset($__attributesOriginal5863877a5171c196453bfa0bd807e410); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal5863877a5171c196453bfa0bd807e410)): ?>
|
|
<?php $component = $__componentOriginal5863877a5171c196453bfa0bd807e410; ?>
|
|
<?php unset($__componentOriginal5863877a5171c196453bfa0bd807e410); ?>
|
|
<?php endif; ?>
|
|
<?php /**PATH E:\!PROJECT\dfood-website\resources\views/pages/back/orders/index.blade.php ENDPATH**/ ?>
|