@extends('layouts.app') @section('title', 'Settings — Notifications') @section('page-title', 'Notification Settings') @section('content')

Notification Settings

Configure system notification and email delivery behaviour
@csrf @method('PATCH')
days before
@error('rental_expiry_reminder_days')
{{ $message }}
@enderror
Send a reminder this many days before a rental agreement expires.
When off, reminders are stored in-app only and no emails are sent.
@endsection