{{-- resources/views/settings/general.blade.php --}} @extends('layouts.app') @section('title', 'General Settings') @section('page_title', 'General Settings') @section('page_subtitle', 'Property information and branding') @section('content') @include('settings.partials.nav')
@csrf @method('PUT')
{{-- Property Info --}}
Property Information
@error('name')
{{ $message }}
@enderror
{{-- Address --}}
Address
{{-- Operations --}}
Operations
%
{{ tenant()->baseCurrency?->code ?? 'USD' }}
{{ tenant()->baseCurrency?->code ?? 'USD' }}
{{-- Invoice/Receipt Footer --}}
Documents
{{-- Right — Logo --}}
Logo
@if($property->logo)
Property Logo
@else
@endif
JPG, PNG or WebP. Max 2MB.
{{-- Slug info --}}
Dashboard URL
Your dashboard is accessible at:
{{ url('/' . $property->slug . '/dashboard') }}
Property slug: {{ $property->slug }}
{{-- Save --}}
@endsection