@extends('layout.' . layout()) @section('subhead') @translate(Paypal Setup) @endsection @section('subcontent')

@translate(Paypal Setup)

@if (env('PAYPAL_PAYMENT') == 'YES') @translate(Disable) @else @translate(Enable) @endif
@endsection @section('script') @endsection