@extends('frontend.layouts.user_panel') @section('panel_content')
{{ translate('Conversations With ')}} @if ($conversation->sender_id == Auth::user()->id && $conversation->receiver->shop != null) {{ $conversation->receiver->shop->name }} @endif
#{{ $conversation->title }} ( {{ translate('Between you and') }} @if ($conversation->sender_id == Auth::user()->id) {{ $conversation->receiver->name }} @else {{ $conversation->sender->name }} @endif )
@csrf
@endsection @section('script') @endsection