@extends('layouts.admin.app') @section('title', translate('Payment Setup')) @push('css_or_js') @endpush @section('content')

{{ translate('third_party') }}

@include('admin-views.business-settings.partials._3rdparty-inline-menu')
{{ translate('Payment_Method') }}
@php($config = \App\CentralLogics\Helpers::get_business_settings('cash_on_delivery'))
@csrf @if (isset($config))
@else
@endif
{{ translate('payment_method') }}
@php($config = \App\CentralLogics\Helpers::get_business_settings('digital_payment'))
@csrf @if (isset($config))
@else
@endif
@php($config = \App\CentralLogics\Helpers::get_business_settings('internal_point'))
@csrf
{{ translate('customer_wallet') }}
@if (isset($config))
@else
@endif
@endsection @push('script_2') @endpush