@extends('fronted.layout.main') @section('adcontent') @php $accessPermission = session('permissions'); @endphp
@csrf @if(isset($accessPermission['permission master']['permission setting']['auto sale billing']))
Rent Sale Auto Billing
Auto billing on 1st of Month
Auto billing on check-in date of month
@endif @if(isset($accessPermission['permission master']['permission setting']['payment reminder']))
Automated payment pre reminders (set pre day for reminder)
@endif @if(isset($accessPermission['permission master']['permission setting']['due reminder']))
Automated due payment reminder (set delay days for reminder)
Any penalty imposed for delay in rent
@endif @if(isset($accessPermission['permission master']['permission setting']['electricty auto billing']))
Electricity auto billing (bill auto genrated for every month on each reading entry)
@endif @if(isset($accessPermission['permission master']['permission setting']['whatsapp update (tenant)']))
Automated updated on whatsapp(tenant received updated on whatsapp for activities)
Automated lead reminder (visitors or enquiry persion received greeting message)
On bording tenant reminder (Welcome message will be shared to new student)
On leaving tenant reminder (Leave wishes message will be shared to student)
Billing, payment & dues reminder (tenant receive update on)
Offers and updated (tenant receive offers and activities)
@endif @if(isset($accessPermission['permission master']['permission setting']['whatsapp update (business)']))
Automated updated on whatsapp(you and your staff received updated on whatsapp for activities)
Complaint and notice (receive tenant activities on whatsapp)
Dues defaulter reminder (receive alert on whatsapp)
Lead Update Reminder (receive message for lead activities)
Direct payments reminder(admin received update for cash $ direct payment reminder)
Settlement update (received update on message for app payment settelment)
@endif @if(isset($accessPermission['permission master']['permission setting']['timing preference']))
Set your timing preference(create your timer according to your own policies)
Automated Payment pre reminder (set pre days for reminder)
Days
Automated due payment reminder (set delays days for reminder)
Days
Set days for imposing rent delay penalty
Days
Set days after which tenant come in yellow zone defaulter
Days
Set days after which tenant come in orange zone defaulter
Days
Set days after which tenant come in red zone defaulter
Days
@endif @if(isset($accessPermission['permission master']['permission setting']['GST biliing']))
GST on rent(add GST on rent automatically on basis of selections)
Select GST Percentage
%
@endif
Set Your mobile number preference(create your seprate mobile number update)
Automated lead reminder (visitors or enquiry persion received greeting message)
On bording tenant reminder (Welcome message will be shared to new student)
On leaving tenant reminder (Leave wishes message will be shared to student)
Billing, payment & dues reminder (tenant receive update on)
Offers and updated (tenant receive offers and activities)
@endsection