@php
$isV9 = explode('.', app()->version())[0] >= 9;
@endphp
{{ config('chatify.name') }}
{{-- Meta tags --}}
{{-- scripts --}}
{{-- styles --}}
@if ($isV9)
@vite(['public/js/chatify/audioRecorder.js', 'public/js/chatify/voiceMessage.js'])
@endif
{{-- Setting messenger primary color to css --}}