@extends('layouts.master2') @if(!empty($seo)) @if (!empty($seo->meta_title)) @section('title', $seo->meta_title ) @endif @if (!empty($seo->meta_description)) @section('meta_description', $seo->meta_description ) @endif @if (!empty($seo->meta_keyword)) @section('meta_keyword', $seo->meta_keyword ) @endif @else @section('title', 'Survey Giladiskon') @endif @section('canonical') @if (!empty($survey)) @if (env('APP_ENV') == "production") @elseif (env('APP_ENV') == "development") @else @endif @endif @endsection @section('pageHeader')
Survey
@endsection @section('content')
@if (!empty($survey) && \Carbon\Carbon::now() < \Carbon\Carbon::parse($survey->end_date)) @if(!$errors->isEmpty())
@endif @if (!$survey->use_external_page) @if (!$survey->allow_anonymous) @if ($user)
{{ $survey->title }}
{!! $survey->content !!}
@else
Ingin ikut di survey berhadiah Giladiskon?
@endif @else
{{ $survey->title }}
{!! $survey->content !!}
@endif @else
{{ $survey->title }}
@if ($survey->availability)
@livewire('survey-registration', ['external_url' => isset($survey->external_url) ? $survey->external_url : null, 'url_parameter_name' => $survey->url_parameter_name, 'slug' => $survey->slug])
@else
@endif @endif @else
Survey Berhadiah Giladiskon telah berakhir. Kunjungi kami kembali besok atau di Instagram Giladiskon untuk survey berikutnya.
Klik di sini untuk kembali ke beranda.
@endif @if (!empty($survey))
@endif

Perusahaan Anda membutuhkan data dari customer dalam waktu dekat?

Hubungi kami sekarang
@endsection