@extends('layouts.admin.app') @section('title',translate('messages.landing_page_settings')) @push('css_or_js') @endpush @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) @csrf
{{--
--}} {{--
--}}
@endsection @push('script_2') @endpush