Viewing file: 22b47b68f644205d43482193d1edf7d6.php (2.18 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', __('sign_in')); ?>
<?php $__env->startSection('meta'); ?> <?php $data = metaData('login'); ?>
<meta name="title" content="<?php echo e($data->title); ?>"> <meta name="description" content="<?php echo e($data->description); ?>">
<meta property="og:image" content="<?php echo e($data->image_url); ?>" /> <meta property="og:site_name" content="<?php echo e(config('app.name')); ?>"> <meta property="og:title" content="<?php echo e($data->title); ?>"> <meta property="og:url" content="<?php echo e(route('frontend.login')); ?>"> <meta property="og:type" content="article"> <meta property="og:description" content="<?php echo e($data->description); ?>">
<meta name=twitter:card content=<?php echo e($data->image_url); ?> /> <meta name=twitter:site content="<?php echo e(config('app.name')); ?>" /> <meta name=twitter:url content="<?php echo e(route('frontend.login')); ?>" /> <meta name=twitter:title content="<?php echo e($data->title); ?>" /> <meta name=twitter:description content="<?php echo e($data->description); ?>" /> <meta name=twitter:image content="<?php echo e($data->image_url); ?>" /> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('auth.login')->html(); } elseif ($_instance->childHasBeenRendered('WsfgDyV')) { $componentId = $_instance->getRenderedChildComponentId('WsfgDyV'); $componentTag = $_instance->getRenderedChildComponentTagName('WsfgDyV'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('WsfgDyV'); } else { $response = \Livewire\Livewire::mount('auth.login'); $html = $response->html(); $_instance->logRenderedChild('WsfgDyV', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/frontend/auth/sign-in.blade.php ENDPATH**/ ?>
|