@extends('seller.layouts.app') @section('panel_content')
#{{ $conversation->title.' ('.translate('Between').' '.$conversation->receiver?->name.' '.translate('and').' '.$conversation->sender?->name.')' }}
{{ $conversation->preorderProduct->getTranslation('product_name') }}
@include('preorder.common.messages', ['conversation', $conversation])
@csrf

@endsection @section('script') @endsection