These requirements will be displayed on the public "Become a Guest" application form.
@error('guest_requirements')
{{ $message }}
@enderror
Upload images to cycle in the background of the guest application page. (Existing images will be kept unless you click 'Clear Images').
@error('guest_slider_images.*')
{{ $message }}
@enderror
@php
$sliderImages = json_decode($settings['guest_slider_images'] ?? '[]', true) ?? [];
@endphp
@if(count($sliderImages) > 0)
Current Images ({{ count($sliderImages) }}):
@foreach($sliderImages as $img)
 }})
@endforeach
@endif