@extends('layouts.admin.app') @section('title', translate('messages.landing_page_settings')) @push('css_or_js') @endpush @section('content')
{{--
@php($backgroundChange = \App\Models\BusinessSetting::where(['key' => 'backgroundChange'])->first()) @php($backgroundChange = isset($backgroundChange->value) ? json_decode($backgroundChange->value, true) : null) @csrf
--}}
@php($backgroundChange = \App\Models\BusinessSetting::where(['key' => 'backgroundChange'])->first()) @php($backgroundChange = isset($backgroundChange->value) ? json_decode($backgroundChange->value, true) : null) @csrf
@endsection @push('script_2') @endpush