@extends('layouts.admin.e-commerce.app') @section('title', 'Settings') @section('content') Setting - Header Home My Profile Application Settings Setting - Custom Header Code @csrf @method('PUT') Custom header code {{ $header_code->value }} Facebook Pixel Code {{$fb_pixel->value}} Body Code {{ setting('body_code') ?? "" }} Global CSS {{ setting('global_css') ?? "" }} Global JS {{ setting('global_js') ?? "" }} Bottom CSS - Override CSS {{ setting('override_css') ?? "" }} Below Slider Custom HTML Code Status @if ( setting('BELOW_SLIDER_HTML_CODE_STATUS') == 1) ON OFF @else OFF ON @endif Custom Html Code {{ setting('BELOW_SLIDER_HTML_CODE') ?? 'Hello www.asifulmamun.info.bd' }} NOTICE STATUS @if ( setting('NOTICE_STATUS') == 1) ON OFF @else OFF ON @endif CUSTOM NOTICE It's under container of bootstrap {{ setting('CUSTOM_NOTICE') ?? 'Today is offer for 30%' }} Footer Column 4 {{ setting('FOOTER_COL_4_HTML') ?? '' }} Help for HTML snippet from Bootstrap V5.4.3 Android App @endsection