@extends('admin.layouts.master') @section('title',__('Wallet Settings - Admin')) @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Wallet Settings') }}
@csrf

{{ __('Enable Payment Gateways For Wallet') }}:



@endsection