@php use Illuminate\Support\Facades\Session; @endphp @extends('layouts.back-end.app') @section('title', translate('payment_options')) @section('content') @php($direction = Session::get('direction') === 'rtl' ? 'right' : 'left')

{{ translate('business_Setup') }}

@include('admin-views.business-settings.business-setup-inline-menu')
@csrf
{{ translate('payment_methods') }}
@isset($cashOnDelivery)
{{ translate('cash_on_delivery') }}
@endisset @isset($digitalPayment)
{{ translate('digital_payment') }}
@endisset @isset($offlinePayment)
{{ translate('offline_payment') }}
@endisset
@endsection