{{-- ---------------------- Image modal box ---------------------- --}} @php $profile_img =\App\Models\Utility::get_file(config('chatify.user_avatar.folder')); @endphp
×
{{-- ---------------------- 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 --}} @if(!empty(Auth::user()->avatar))
@else
@endif

{{-- 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