@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
Please fix the following errors: