@extends('admin.layouts.app') @section('title', 'Settings') @section('page-title', 'Hotel Settings') @section('content')
@csrf

Hotel Images

@if(isset($settings['hotel_logo']) && $settings['hotel_logo'])
Logo

Current logo

@endif
@if(isset($settings['hero_image']) && $settings['hero_image'])
Hero

Current banner

@endif
@if(isset($settings['about_image']) && $settings['about_image'])
About

Current image

@endif

Hotel Information

Contact Information

Social Media Links

Booking Settings

Email Notifications

Enable or disable automatic email notifications for various events.

Bank Payment Details (for online bookings)

Color Theme

Customize the colors used throughout the website. Use hex color codes (e.g., #D4AF37).

Preview

Primary Secondary
@endsection