@extends('frontend.layouts.user_panel') @section('panel_content')
{{ $conversation->preorderProduct->getTranslation('product_name') }}
{{ $conversation->title }}

{{ translate('Conversations Between you and') }} @if(in_array($conversation->receiver->user_type, ['admin', 'staff'])) {{ get_setting('site_name') }} @else {{ $conversation->receiver->shop->name }} @endif

@include('preorder.common.messages', ['conversation', $conversation])
@csrf
@endsection @section('script') @endsection