@extends('admin.layouts.master') @section('title',__('Wallet Settings - Admin')) @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Wallet Settings') }}
@csrf
{{ __('Status') }}:
{{ __('Enable Payment Options on Wallet') }}
{{ __('Stripe') }} {{ __('Enable') }}:
{{ __('PayTM') }} {{ __('Enable') }}:
{{ __('Paypal') }} {{ __('Enable') }}:
{{ __("Reset")}}
{{ __("Update")}}
@endsection