@extends('layouts.main') @section('title') {{ __('Web Settings') }} @endsection @section('page-main-title') {{ __('Web Settings') }} @endsection @section('content') {{ csrf_field() }} {{ __('Image Settings') }} {{-- Main Logo --}} {{ __('Main Logo') }} + {{-- Placeholder Image --}} {{ __('Placeholder Image') }} + {{-- Footer Logo --}} {{ __('Footer Logo') }} + {{-- Iframe Link For Web --}} {{ __('Iframe Link For Web') }} {{ __('Link') }} {{ system_setting('iframe_link') != '' ? system_setting('iframe_link') : '' }} {{ __('Social Media Links') }} {{-- Facebook ID --}} {{ __('Facebook Id') }} {{-- Instagram ID --}} {{ __('Instagram Id') }} {{-- Twitter ID --}} {{ __('Twitter Id') }} {{-- Youtube ID --}} {{ __('Youtube Id') }} {{ __('More Settings') }} {{-- Facility Background --}} {{ __('Facility Background') }} {{-- Sell Color --}} {{ __('Sell Color') }} {{-- Sell Background --}} {{ __('Sell Background') }} {{-- Rent Color --}} {{ __('Rent Color') }} {{-- Rent Background --}} {{ __('Rent Background') }} {{-- Maintenance Mode --}} {{ __('Maintenance Mode') }} {{-- Allow Cookies --}} {{ __('Allow Cookies') }} {{ __('Save') }} @endsection @section('script') @endsection