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

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

{!! !empty($terms) ? $decodedData['policies'] : '' !!}

@endsection