@extends('layouts.app') @section('content') @include('layouts.top-header', [ 'title' => __('Stripe Keys'), 'class' => 'col-lg-7', ])
{{ __('Ower Settings') }}

{{ __('Stripe') }}

@csrf
@error('stripe_public_key')
{{ $message }}
@enderror
@error('stripe_secret_key')
{{ $message }}
@enderror
@endsection