@extends('layouts.manage')
@section('title')
@lang('Payment Settings')
@endsection
@section('page-header-title')
@lang('Save Settings')
@endsection
@section('page-header-description')
@lang('View and Update Settings')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@include('includes.tab_system_scripts')
@endsection
@section('content')
@include('partials.manage.settings.payment')
@endsection