@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif
@csrf
{!! $errors->has('type')? '

'.$errors->first('type').'

':'' !!}
{!! $errors->has('type')? '

'.$errors->first('type').'

':'' !!}

@lang('app.paypal_settings')
{!! $errors->has('paypal_receiver_email')? '

'.$errors->first('paypal_receiver_email').'

':'' !!}

@lang('app.paypal_receiver_email_help_text')


@lang('app.stripe_settings')
{!! $errors->has('stripe_test_secret_key')? '

'.$errors->first('stripe_test_secret_key').'

':'' !!}
{!! $errors->has('stripe_test_publishable_key')? '

'.$errors->first('stripe_test_publishable_key').'

':'' !!}
{!! $errors->has('stripe_live_secret_key')? '

'.$errors->first('stripe_live_secret_key').'

':'' !!}
{!! $errors->has('stripe_live_publishable_key')? '

'.$errors->first('stripe_live_publishable_key').'

':'' !!}

@endsection @section('page-js') @endsection