@extends('admin.layouts.master') @section('title',__('Wallet Settings - Admin')) @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Wallet Settings') }} @endslot @slot('menu1') {{ __('Wallet Settings') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Wallet Settings') }}
@csrf

{{ __('Enable Payment Options on Wallet') }}



@endsection