@extends('user.layout') @section('content') @php $type = request()->input('type'); @endphp
{{ __('Settings') }}
{{ __('Back') }}
@csrf

{{ 'By enabling / disabling, you can completely enable / disable the relevant pages of donation system.' }}

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

@endsection