@extends('panel.layouts.master') @section('content')

Teklif Yanıtlama Formu

@if($offer->isCompleted())
Bu talep tamamlandı
@else
@endif
@csrf
@if(!$offer->canComplete())
Teklifi yanıtlamak için lütfen tüm ürünlerin stok durumunu kontrol edin.
@endif
@foreach ($offer->products as $cartProduct) @if($cartProduct->product) @else @endif @endforeach
Görsel Ürün Stok Durumu Üretim Süresi

{{ $cartProduct->product->title }}

  • {{ $cartProduct->product->code }}
  • {{ $cartProduct->product->category?->title }}
  • {{ $cartProduct->qty }} x {{ $cartProduct->product->getPrice() }}
stock == "WAITING")>
@if($cartProduct->production_time)
{{ $cartProduct->production_time->title }}
@endif @if(!$cartProduct->production_time && $cartProduct->stock == "WAITING")
Bekleniyor
@endif
Bu ürün silinmiş

Müşteri Bilgileri

Adı ve Soyadı {{ $offer?->owner?->name }}
Firma Ünvanı {{ $offer?->owner?->company?->name }}
E-posta {{ $offer?->owner?->email }}
Telefon {{ $offer?->owner?->phone }}
Dili {{ $offer?->owner?->locale }}
Kayıt Tarihi {{ $offer?->owner?->created_at?->locale('tr')?->translatedFormat('d F Y') }}

Tercih Bilgileri

Para Birimi {{ $offer?->currency?->title }}
İletişim Tercihi {{ $offer->getTranslatedContactType('tr') }}

Teklif Bilgileri

Müşteri Notu {{ $offer->user_notes }}
Oluşturma Tarihi @if ($offer->offer_request_at) {{ Carbon\Carbon::parse($offer->offer_request_at)->locale('tr')?->translatedFormat('d F Y') }} @endif

Fiyat Bilgileri

Toplam Ara Tutar {{ money($offer->sub_total_price, 'TRY', true) }}
Toplam Sepet Tutarı {{ money($offer->total_price, 'TRY', true) }}
@endsection @push('meta') @endpush @push('javascript') @endpush