Viewing file: 3919a73d0d012242049963860edebef7.php (4.17 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', __('contact')); ?>
<?php $__env->startSection('meta'); ?> <?php $data = metaData('contact'); ?>
<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.contact')); ?>"> <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.contact')); ?>" /> <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'); ?> <div> <?php if (isset($component)) { $__componentOriginal044f5af546c391ddc719bb44e1cd807e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal044f5af546c391ddc719bb44e1cd807e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.breadcrumb.breadcrumb','data' => ['links' => [ ['url' => '#', 'text' => __('contact')] ]]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.breadcrumb.breadcrumb'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['links' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([ ['url' => '#', 'text' => __('contact')] ])]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $attributes = $__attributesOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?> <?php if (isset($__componentOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $component = $__componentOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__componentOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?>
<!-- Contact section Start --> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('contact-component')->html(); } elseif ($_instance->childHasBeenRendered('gAUjnbb')) { $componentId = $_instance->getRenderedChildComponentId('gAUjnbb'); $componentTag = $_instance->getRenderedChildComponentTagName('gAUjnbb'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('gAUjnbb'); } else { $response = \Livewire\Livewire::mount('contact-component'); $html = $response->html(); $_instance->logRenderedChild('gAUjnbb', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> <!-- Contact section End -->
<?php if($setting->map_address): ?> <div class="map"> <?php echo $setting->map_address; ?>
</div> <?php endif; ?>
</div> <?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/contact.blade.php ENDPATH**/ ?>
|