@extends('admin.layouts.master') @section('title', __('Payment Method')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Payment Methods') }}

{{ __('Manage payment methods to receive payment from user.') }}

@if(is_demo())
{!! 'All the Add-ons OR Extra modules is NOT part of main product'.'.'.' You have to purchase separately to get those'.'.'.' You may contact us for more info.' !!}
@endif
@endsection @push('scripts') @endpush