@extends('web.layouts.app') @push('styles') @endpush @section('content')
@if (isset($conversations)) @include('web/partials/sidebar-chat') @endif
@if (empty($conversationId))

@lang('user.no_message_selected')

@lang('user.please_select_message_from_sidebar')

@endif
@endsection @push('scripts') @endpush