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

@translate(Paystack Setup)

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