{{-- ---------------------- Group Channel Modal ---------------------- --}}
@csrf
Create a Group Channel
{{-- channel avatar --}}

{{-- End channel avatar --}}
{{-- ---------------------- Delete Group Chat Modal ---------------------- --}}
Are you sure you want to delete this group?
You can not undo this action
{{-- ---------------------- Leave Group Chat Modal ---------------------- --}}
Are you sure you want to leave this group?
You can not undo this action
{{-- ---------------------- Image modal box ---------------------- --}}
×
{{-- ---------------------- Delete Modal ---------------------- --}}
Are you sure you want to delete this?
You can not undo this action
{{-- ---------------------- Alert Modal ---------------------- --}}
{{-- ---------------------- Settings Modal ---------------------- --}}
@csrf {{--
Update your profile settings
--}}
{{-- Udate profile avatar --}}

{{-- Dark/Light Mode --}}

Dark Mode

{{-- change messenger color --}}

{{--

Change {{ config('chatify.name') }} Color

--}}
@foreach (config('chatify.colors') as $color) @if (($loop->index + 1) % 5 == 0)
@endif @endforeach