@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

App Settings

Manage overall application & website configuration

@csrf

Application & Website Control

.env ফাইল এবং ডাটাবেস দুটিতেই একসাথে আপডেট হবে।

লেটেস্ট ভার্সন কোডটি এখানে সেট করুন।

OFF সিলেক্ট করলে সাইট মেইনটেনেন্স মোডে যাবে।

Homepage Notice

Payment Numbers

Transaction Limits

Important Links

VAPID Keys (Web Push Notification)

@if($settings->vapid_public_key)
@else

No VAPID keys generated yet. Click the button below to generate them.

@endif
@csrf
@if($settings->vapid_public_key)

Copy the Public Key and paste it into your frontend script. If you regenerate these keys, all existing users must re-subscribe to receive notifications.

@endif