@extends('layouts.admin.app') @section('title', translate('messages.landing_page_settings')) @push('css_or_js') @endpush @section('content')
@php($react_header_banner = \App\Models\BusinessSetting::where(['key' => 'react_header_banner'])->first()) @php($react_header_banner = isset($react_header_banner->value) ? $react_header_banner->value : null)
@csrf
{{ translate('Header Section Banner') }}* {{-- ( {{translate('messages.size')}}: 1241 X 1755 px ) --}}
@php($app_section_image = \App\Models\BusinessSetting::where(['key' => 'app_section_image'])->first()) @php($app_section_image = isset($app_section_image->value) ? $app_section_image->value : null)
@csrf
{{ translate('App Section Image') }}* {{-- ( {{translate('messages.size')}}: 1241 X 1755 px ) --}}
@php($footer_logo = \App\Models\BusinessSetting::where(['key' => 'footer_logo'])->first()) @php($footer_logo = isset($footer_logo->value) ? $footer_logo->value : null)
@csrf
{{ translate('Footer Logo') }}* {{-- ( {{translate('messages.size')}}: 1241 X 1755 px ) --}}

{{ translate('React Landing Page Main Banner Image') }}

{{ translate('Main Banner') }}

@php($full_banner_section = \App\Models\BusinessSetting::where(['key' => 'banner_section_full'])->first()) @php($full_banner_section = isset($full_banner_section->value) ? json_decode($full_banner_section->value, true) : null) @csrf

{{ translate('React Landing Page Discount Banner Image') }}

{{ translate('Discount Banner') }}

@php($discount_section = \App\Models\BusinessSetting::where(['key' => 'discount_banner'])->first()) @php($discount_section = isset($discount_section->value) ? json_decode($discount_section->value, true) : null) @csrf
@endsection @push('script_2') @endpush