@extends('admin.layout.app') @section('preload-section') @endsection @section ('content')
@if (session()->has('success'))
@if(is_array(session()->get('success')))
    @foreach (session()->get('success') as $message)
  • {{ $message }}
  • @endforeach
@else {{ session()->get('success') }} @endif
@endif @if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('keywords.App Name')}} | {{ __('keywords.Site Logo')}} | {{ __('keywords.Favicon')}} | {{ __('keywords.Country Code')}}

{{csrf_field()}}
app logo
app logo



{{ __('keywords.Currency')}}

{{csrf_field()}}

{{ __('keywords.Referral Points')}}

{{csrf_field()}}
@php $offer = json_decode($referral->points); @endphp
@if(count($usernull)>0 && count($usernull1)>0)

{{ __('keywords.Generate Referral Codes')}}

{{ __('keywords.Generate Referral Codes')}}
@endif


{{ __('keywords.SMS from')}}

{{ __('keywords.SMS Gateway')}}
@if($smsby->status == 0 && $smsby->twilio == 0 && $smsby->msg91 == 0) {{ __('keywords.OTP/SMS OFF')}}   @endif @if($smsby->status == 1 && $smsby->twilio == 1 && $smsby->msg91 == 0) {{ __('keywords.Twilio is On')}}   @endif @if($smsby->status == 1 && $smsby->twilio == 0 && $smsby->msg91 == 1) {{ __('keywords.Msg91 is On')}}   @endif

{{ __('keywords.Firebase for OTP')}}

status == 1 ? 'checked' : '' }}>




{{ __('keywords.FCM Server Key')}}

{{csrf_field()}}


{{ __('keywords.Payment Gateways')}}

{{ __('keywords.Choose One') }} {{ __('keywords.Payment Gateways') }}
{{ csrf_field() }}


{{ csrf_field() }} @if(get_option('stripe_active')=='Yes')
{{ __('keywords.Stripe') }}
@endif @if(get_option('razorpay_active')=='Yes')
{{ __('keywords.Razorpay') }}
@endif @if(get_option('paystack_active')=='Yes')
{{ __('keywords.Paystack') }}
@endif


{{ __('keywords.Map Gateway')}}
@if($mset->mapbox == 1) {{ __('keywords.Mapbox ON')}}   @endif @if($mset->google_map == 1) {{ __('keywords.Google map On')}}   @endif




{{ __('keywords.Images Space')}}

{{csrf_field()}}

{{ __('keywords.App Notice')}}

{{csrf_field()}}
status == 1) checked @endif>
status == 0) checked @endif>



@endsection @section('postload-section') @endsection