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

{{ __('Donation_Active_Deactive_warning_text') }}

{{ __('donation_guest_checkout_active_deactive_text') }}

@endsection