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

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
{{ __('Company Details') }}
{{-- Company Name --}}
{{-- Email --}}
{{-- Contact Number 1 --}}
{{-- Contact Number 2 --}}
{{-- Latitude --}}
{{-- Longitude --}}
{{ __('More Settings') }}
{{-- Countries --}}
{{-- Currency Symbol --}}
{{-- Default Language --}}

{{-- Unsplash API Key --}}
{{-- Place API Key --}}
{{-- Playstore App link --}}
{{-- Appstore App link --}}
{{-- Number With Suffix --}}
{{-- Change Icon Colors to theme Color --}}
{{-- Distance Options --}}
{{-- System Color --}}
{{-- Web URL --}}
{{-- Text after property submission --}}
{{-- Login Methods --}}
{{ __('Login Methods') }}
{{-- Number with OTP Login Toggle --}}
{{-- OTP Services Provider --}} {{-- Social Login Toggle --}}
{{-- Paypal Settings --}}
{{ __('Paypal Setting') }}
{{-- Paypal Business ID --}}
{{-- Paypal Webhook URL --}}
{{-- Paypal Currency Symbol --}}
{{-- Status --}}
{{-- Sandbox Mode --}}
{{-- Razorpay Setting --}}
{{ __('Razorpay Setting') }}
{{-- Razorpay key --}}
{{-- Razorpay Webhook URL --}}
{{-- Razorpay Secret --}}
{{-- Status --}}
{{-- Razorpay Webhook Secret --}}
{{-- Paystack Setting --}}
{{ __('Paystack Setting') }}
{{-- Paystack Secret key --}}
{{-- Paystack Webhook URL --}}
{{-- Paystack Currency Symbol --}}
{{-- Status --}}
{{-- Paystack Public key --}}
{{-- Stripe Setting --}}
{{ __('Stripe Setting') }}
{{-- Stripe publishable key --}}
{{-- Stripe Webhook URL --}}
{{-- Stripe Currency Symbol --}}
{{-- Status --}}
{{-- Stripe Secret key --}}
{{-- Stripe Secret key --}}
{{-- Flutterwave Setting --}}
{{ __('Flutterwave Setting') }}
{{-- Public Key --}}
{{-- Secret Key --}}
{{-- Encryption key --}}
{{-- Flutterwave Webhook URL --}}
{{-- Flutterwave Currency Symbol --}}
{{-- Status --}}
{{ __('Images') }}
{{-- Favicon --}}
{{-- Company Logo --}}
{{-- Login Page Image --}}
@endsection @section('script') @endsection