@extends('layout.app') @section('Title','4D Escape Trade LLC') @section('content') @php if (!empty($puzzles->content)) { // Decode the 'content' JSON string into an associative array. $decodedData = json_decode($puzzles->content, true); } @endphp
img

{{!empty($puzzles) ? $decodedData['banner_title'] : ''}}

{{!empty($puzzles) ? $decodedData['escape_title'] : ''}}

{!! !empty($puzzles) ? $decodedData['escape_des'] : '' !!}

{{!empty($puzzles) ? $decodedData['custom_title'] : ''}}

{!! !empty($puzzles) ? $decodedData['custom_des'] : '' !!}

{{ !empty($puzzles) && isset($decodedData['challenge_title']) ? $decodedData['challenge_title'] : '' }}

@foreach($challenges as $challenge)

{{$challenge->name ?? ''}}:{{$challenge->title ?? ''}}

{!! $challenge->description ?? '' !!}

@endforeach {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Puzzle #9: Can You Solve The
--}} {{-- Hidden Symbol Puzzle?

--}} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Puzzle #8: Can You Solve The
--}} {{-- Pentagon Puzzle?

--}} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--

Puzzle #7: Can You Solve The
--}} {{-- Word Lock Puzzle?

--}} {{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

--}} {{--
--}}

More Escape Room Puzzles and Brainteasers

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

get The News First

--}} {{--

Sign Up to recive our email newsletter, and be the first to find out about promotions and giveaways

--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection