@extends('admin.layouts.app') @section('title', 'Resort Settings') @section('page_title', 'Global Settings') @section('content')

Resort Settings

Manage resort identity, contact information, social links, booking preferences and SEO settings.

@csrf @method('PUT')

Resort Identity

Primary brand name, tagline, logo and browser icon.

@if ($setting->logo)
{{ $setting->resort_name }}
@endif
JPG, PNG or WebP. Maximum size 2 MB.
@if ($setting->favicon)
Favicon
@endif
Recommended square image, preferably 64×64 pixels.

Contact Details

Official communication information displayed on the website.

Use country code without spaces or plus sign.

Location Information

Resort address, corporate office and Google Map.

Paste the complete Google Maps iframe embed code.

Social Media

Add the complete URL of each official social profile.

Booking Preferences

Configure core reservation system preferences.

Search Engine Optimization

Default title and description for search engines.

@endsection @push('styles') @endpush @push('scripts') @endpush