@include('pages.spinner.styles-2')

{{DB::table('web_configurations')->where('meta_key' , '=', 'welcome-title')->first()->meta_value}}

{{DB::table('web_configurations')->where('meta_key' , '=', 'welcome-text')->first()->meta_value}}

@if($history) @foreach($history as $numhst => $hst) @endforeach @else Not Found @endif

Sorry, your browser doesn't support canvas. Please try another.

@if(DB::table('web_configurations')->where('meta_key' , '=', 'landing-username')->first()->meta_value == "on")

Input Username


@else @endif

Input Tiket Code


@if(DB::table('web_configurations')->where('meta_key' , '=', 'landing-username')->first()->meta_value == "on")

Input Username


@else @endif

Input Tiket Code


@include('pages.spinner.table-2') @php $removeSpace = str_replace(' ', '\x20', DB::table('web_configurations')->where('meta_key', '=', 'reward-text')->first()->meta_value); $removeKutip = str_replace("'", "\x27", $removeSpace); $hasil = $string = trim(preg_replace('/\s+/', ' ', $removeKutip)); @endphp @include('pages.spinner.scripts')