@extends('admin.layout') @section('content')
Settings
@csrf

Recurring billing / subscription is only allowed for registered users.

If you have enabled 'Recurring Billing', then Please turn of the 'Guest Checkout'.

recurring_billing == 0) style="display:none;" @endif>

Specify how many days before you want to remind your customers about subscription expiration. (via mail)

If you enable 'guest checkout', then customers can checkout without login

@endsection @section('scripts') @endsection