@extends('backend.layouts.app') @section('title', 'Settings') @push('styles') @endpush @section('content')

GENERAL SETTING

@csrf
@if(Storage::disk('public')->exists('site/'.$settings->site_logo) && $settings->site_logo) {{ $settings->name }} @else @endif
save Upload Logo Image
Size: 200x60
HTML Tag allowed
Social Links
Site Theme
site_theme == 'red' ? 'checked' : '' }} value="red" name="site_theme" type="radio" id="site_theme_red" class="with-gap radio-col-red"> site_theme == 'pink' ? 'checked' : '' }} value="pink" name="site_theme" type="radio" id="site_theme_pink" class="with-gap radio-col-pink"> site_theme == 'purple' ? 'checked' : '' }} value="purple" name="site_theme" type="radio" id="site_theme_purple" class="with-gap radio-col-purple"> site_theme == 'deep-purple' ? 'checked' : '' }} value="deep-purple" name="site_theme" type="radio" id="site_theme_deep_purple" class="with-gap radio-col-deep-purple"> site_theme == 'indigo' ? 'checked' : '' }} value="indigo" name="site_theme" type="radio" id="site_theme_indigo" class="with-gap radio-col-indigo"> site_theme == 'blue' ? 'checked' : '' }} value="blue" name="site_theme" type="radio" id="site_theme_blue" class="with-gap radio-col-blue"> site_theme == 'light-blue' ? 'checked' : '' }} value="light-blue" name="site_theme" type="radio" id="site_theme_light_blue" class="with-gap radio-col-light-blue"> site_theme == 'cyan' ? 'checked' : '' }} value="cyan" name="site_theme" type="radio" id="site_theme_cyan" class="with-gap radio-col-cyan"> site_theme == 'teal' ? 'checked' : '' }} value="teal" name="site_theme" type="radio" id="site_theme_teal" class="with-gap radio-col-teal"> site_theme == 'green' ? 'checked' : '' }} value="green" name="site_theme" type="radio" id="site_theme_green" class="with-gap radio-col-green"> site_theme == 'light-green' ? 'checked' : '' }} value="light-green" name="site_theme" type="radio" id="site_theme_light_green" class="with-gap radio-col-light-green"> site_theme == 'lime' ? 'checked' : '' }} value="lime" name="site_theme" type="radio" id="site_theme_lime" class="with-gap radio-col-lime"> site_theme == 'yellow' ? 'checked' : '' }} value="yellow" name="site_theme" type="radio" id="site_theme_yellow" class="with-gap radio-col-yellow"> site_theme == 'amber' ? 'checked' : '' }} value="amber" name="site_theme" type="radio" id="site_theme_amber" class="with-gap radio-col-amber"> site_theme == 'orange' ? 'checked' : '' }} value="orange" name="site_theme" type="radio" id="site_theme_orange" class="with-gap radio-col-orange"> site_theme == 'deep-orange' ? 'checked' : '' }} value="deep-orange" name="site_theme" type="radio" id="site_theme_deep_orange" class="with-gap radio-col-deep-orange"> site_theme == 'brown' ? 'checked' : '' }} value="brown" name="site_theme" type="radio" id="site_theme_brown" class="with-gap radio-col-brown"> site_theme == 'grey' ? 'checked' : '' }} value="grey" name="site_theme" type="radio" id="site_theme_grey" class="with-gap radio-col-grey"> site_theme == 'blue-grey' ? 'checked' : '' }} value="blue-grey" name="site_theme" type="radio" id="site_theme_blue_grey" class="with-gap radio-col-blue-grey"> site_theme == 'black' ? 'checked' : '' }} value="black" name="site_theme" type="radio" id="site_theme_black" class="with-gap radio-col-black">
Google Analytics
Copy & paste UA id here.
Map
@endsection @push('scripts') @endpush