@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Create Welcome Greeting

Add New Welcome Greeting

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
This title helps identify the greeting in the management interface.
Accepted formats: JPEG, PNG, JPG, GIF, WebP. Maximum file size: 5MB. Recommended dimensions: 1920x1080px or higher for best display quality.
This text will be used for screen readers and when the image fails to load. If not provided, the title will be used.
Create the greeting first, assign it to rooms later
This will be the default greeting for all rooms
Select specific rooms for this greeting
This greeting will be automatically set as active. You can assign or change assignments later from the main list.
Back to List
@endsection