Ui-Skote/Laravel-vuejs/Admin/storage/framework/views/7c2710158a36ee72bc6727c70f6b7ced71b26ebf.php

21 lines
927 B
PHP
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
<?php
if(isset($id) && $component == "templates") {
$component = (isset($group) ? "{$group}-{$component}-" : "").$id;
$title = __("{$id}" );
} else {
$component = (isset($group) ? "{$group}-" : "").$component;
$title = __("{$component}" );
}
if(strpos($title, 'page-titles.') !== false) {
$title = "404 Page Not Found";
}
?>
<?php $__env->startSection('title'); ?>
<?php echo e($title); ?> | <?php echo e(config('app.name', 'Skote')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<dynamic-component component="<?php echo e($component); ?>" id="<?php echo e($id ?? ""); ?>" />
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/krupali/laravelvue/skote-Admin/resources/views/home.blade.php ENDPATH**/ ?>