@extends('admin.adminlayouts.adminlayout') @section('mainarea')

{{$pageTitle}}

{{--INLCUDE ERROR MESSAGE BOX--}} {{--END ERROR MESSAGE BOX--}}

Add stripe details


{!! Form::model($setting, ['method' => 'PUT','class'=>'form-horizontal', 'id' => 'stripeSettings']) !!}
  • Visit Generate Add end point as {{ route('admin.stripe.save_webhook')}} and enter the webhook key generated
  • Select event invoice.payment_failed and invoice.payment_succeeded while creating webhook.
stripe_status == 1)checked @endif data-on-color="success" data-on-text="{{ trans('core.btnYes')}}" data-off-text="{{ trans('core.btnNo')}}" data-off-color="danger" value="on"/>

Add paypal details


{{ route('verify-billing-ipn') }} Add this webhook url on your paypal app settings.
paypal_status == 1)checked @endif data-on-color="success" data-on-text="{{ trans('core.btnYes')}}" data-off-text="{{ trans('core.btnNo')}}" data-off-color="danger" value="on"/>
{!! Form::close() !!}
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js")!!} @stop