@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Settings') }} @stop @section('styles') @parent @stop @section('content')
@if(config('constants.site_icon')!='') @endif
@if(config('constants.site_logo')!='') @endif
@if(Helper::getDemomode() == 0) @endif
@if(Helper::getDemomode() == 0) @endif

site->send_sms == '1' ? 'checked' : ''}}>
@if(Helper::getDemomode() == 0) @endif

site->send_email == '1' ? 'checked' : ''}} type="checkbox" id="sendmailCheck" name="send_email" class="custom-control-input" value ='0'>
@if(Helper::getDemomode() == 0)
@endif
@if(Helper::getDemomode() == 0) @endif
@foreach(Helper::getSettings()->payment as $key => $payment)


status == '1' ? 'checked' : ''}} type="checkbox" id="{{ $payment->name }}" name="payment_status[{{$payment->name}}]" class="custom-control-input" value ='1' autocomplete="off">
@if(count($payment->credentials))



@foreach($payment->credentials as $credential)

@endforeach
@endif @endforeach
@if(Helper::getDemomode() == 0) @endif
@if(Helper::checkService('TRANSPORT'))