@extends('layouts.main') @section('title') {{ __('Web Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{ __('Image Settings') }}
{{-- Main Logo --}}
{{-- Placeholder Image --}}
{{-- Footer Logo --}}
{{-- Iframe Link For Web --}}
{{ __('Iframe Link For Web') }}
{{ __('Social Media Links') }}
{{-- Facebook ID --}}
{{-- Instagram ID --}}
{{-- Twitter ID --}}
{{-- Youtube ID --}}
{{ __('More Settings') }}
{{-- Facility Background --}}
{{-- Sell Color --}}
{{-- Sell Background --}}
{{-- Rent Color --}}
{{-- Rent Background --}}
{{-- Maintenance Mode --}}
{{-- Allow Cookies --}}
@endsection @section('script') @endsection