@extends('layouts.admin') @section('title', 'Plugins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

Setting

Radius : {{ isset($setting_value[0]->field_value) ? $setting_value[0]->field_value : '' }} Miles

A radius is distance in miles which set by admin and all providers whose are in between this radius will get job notifications first

Admin Commission : {{ isset($setting_value[1]->field_value) ? $setting_value[1]->field_value : '' }}%

Admin sets commission in the admin panel as per the needsadmin can sets commission in the admin panel as per the needs

Auto Refill Limit : ${{ isset($setting_value[2]->field_value) ? $setting_value[2]->field_value : '' }}

Its a amount which set by admin and its will automatically add to user wallet if user belence become less than this limit and user has checked on auto refil limit on his/her dashboard

Cancel job Charges : ${{ isset($setting_value[3]->field_value) ? $setting_value[3]->field_value : '' }}

These are charges which set by admin and will deduct from customer account if job assign to any provider and than customer going to cancel the job.

Referral Bonus : ${{ isset($setting_value[4]->field_value) ? $setting_value[4]->field_value : '' }}

A referral bonus is an award given to an existing user which will refer any other person and this person will register account on our website (i.e.if user A refer user B and user B create account than this amount will transfer user A wallet ).

Auto Accept Proposals after: {{ isset($setting_value[5]->field_value) ? $setting_value[5]->field_value : '' }} minutes

If customer did not accept the proposal within these minutes of order creation then after these minutes proposal will be automatically accepted.

Send Job Requests to Remaining Providers after : {{ isset($setting_value[5]->field_value) ? $setting_value[6]->field_value : '' }} minutes

First we are sending job requests to favorite providers, then after these minutes of order creation, we will send job requests to remaining providers within radius, starting from shortest radius to longest radius.

@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush