@section('site_title', formatTitle([__('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Settings') }}

{{ __('Payment') }}
@include('shared.message')
@csrf
@if ($errors->has('stripe')) {{ $errors->first('stripe') }} @endif
@if ($errors->has('stripe_key')) {{ $errors->first('stripe_key') }} @endif
@if ($errors->has('stripe_secret')) {{ $errors->first('stripe_secret') }} @endif
@if ($errors->has('stripe_wh_secret')) {{ $errors->first('stripe_wh_secret') }} @endif