@extends('layouts.app') @section('title', 'Property Settings') @section('page_title', 'Property Settings') @section('page_subtitle', 'Configure your hotel profile, operations, and billing defaults') @section('nav_property', 'bg-teal-50 text-teal-700 font-semibold') @section('content') @php $s = $settings; // shorthand — $s['key'] ?? 'default' @endphp
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())

Please fix the following errors:

@endif
@csrf {{-- 1. Property Information --}}
1

Property Information

Displayed on receipts, documents, and the system header

{{-- 2. Operations --}}
2

Operations

Check-in/out times and booking window defaults

How far ahead guests can book (1–730 days)

{{-- 3. Tax & Charges --}}
3

Tax & Charges

Applied to room folios and invoices

%

Standard PH rate: 12%

%

Common range: 0–10%

{{-- 4. Billing / BIR --}}
4

Billing & BIR

Printed on official receipts and folios

Prefixed to official receipt numbers (e.g. PH-00001)

{{-- Actions --}}
Reset
@endsection