@extends('frontend.layouts.user_panel') @section('panel_content')
{{ translate('Conversations')}}

{{ translate('Select a conversation to view all messages')}}

@if (count($conversations) > 0)
@else
Image
{{ translate("There isn't anything added yet")}}
@endif
{{ $conversations->links() }}
@endsection