@extends('admin.layouts.master') @section('content') @php $settings = \App\Models\SettingsModel::first(); @endphp

@csrf @if(isset($pages)) @method('POST') @endif
@if($settings->brands_logo)
Uploaded Files: @foreach(json_decode($settings->brands_logo) as $key => $logo)
Brand Logo
@endforeach
@endif
@if($settings->logo)
Uploaded Files:
@endif
@if($settings->favicon)
Uploaded Files:
@endif
@if(isset($settings) && $settings->social_media_links) @foreach(json_decode($settings->social_media_links) as $social) @endforeach @else @endif
Put here number of referral commission. Example if type 10 system will calculate referral comission with 10%. Enter number without %
Type Nexmo API Key if you turned on mobile verification. Get api key form www.nexmo.com
Type Nexmo API Secret if you turned on mobile verification. Get api key form www.nexmo.com
@endsection