@extends('layouts.landing.app') @section('title',translate('messages.about_us')) @section('content') @php($landing_page_text = \App\Models\BusinessSetting::where(['key' => 'landing_page_text'])->first()) @php($landing_page_text = isset($landing_page_text->value) ? json_decode($landing_page_text->value, true) : null)
{{--
--}}

{{ $data_title }}

{!!$data!!}
{{--
--}}
@endsection