@extends('layouts.app') @section('title', 'Company Settings') @section('content')
Day {{ $company->billing_due_days }}th
{{ $company->disconnection_days_after_due }} days after due
@elseDay {{ $company->disconnection_days }}th
@endif
Enabled
{{ $company->late_payment_fee_type === 'percentage' ? $company->late_payment_fee_rate . '%' : '₱' . number_format($company->late_payment_fee_rate, 2) }}
— {{ ($company->late_payment_fee_frequency ?? 'monthly') === 'one_time' ? 'One-time penalty' : 'Charged monthly until paid' }}
Disabled
@endif
Enabled
₱{{ number_format($company->reconnection_fee_amount, 2) }}
Disabled
@endifCustomers can scan this QR code with their phone to access the application form