@extends('layouts.panel') @section('title', app(\App\Services\TitleService::class)->generate()) @section('meta_description', 'مشاهده پروفایل تامینکننده، اطلاعات تماس و محصولات تامینشده در منیجینو ابزار برای مدیریت خرید و فروش مواد شیمیایی') @push('styles') @endpush @section('content')
نام مدیرعامل: {{ $supplier->ceo ?: '-' }}
شناسه ملی: {{ $supplier->national_id ?: '-' }}
شناسه اقتصادی: {{ $supplier->economic_id ?: '-' }}
صنعت: {{ $supplier->industry ?: '-' }}
دستهبندیها: @if(is_array($supplier->categories) && count($supplier->categories) > 0) {{ implode(', ', $supplier->categories) }} @elseif(!empty($supplier->categories)) {{ $supplier->categories }} @else - @endif
نوع فعالیت: {{ $supplier->activity_type ?: '-' }}
وضعیت: @if($supplier->is_blacklisted) لیست سیاه @else فعال @endif
نامهای دیگر: {{ $supplier->other_names ?: '-' }}
تاریخ ایجاد: @if($supplier->created_at) @else - @endif
آخرین ویرایش: @if($supplier->updated_at) @else - @endif
تعداد محصولات: {{ $supplier->products->count() }}
آدرس: {{ $supplier->address ?: '-' }}
کدپستی: {{ $supplier->postal_code ?: '-' }}
تلفنها: @php $supplierPhones = \App\Models\SupplierPhone::where('supplier_id', $supplier->id)->get(); @endphp @if($supplierPhones && $supplierPhones->count() > 0) {{ $supplierPhones->pluck('phone')->implode(' - ') }} @else - @endif
وبسایت: @if($supplier->website) {{ $supplier->website }} @else - @endif
{{ $expert->name }}: {{ $expert->phone ?: '-' }}
@endforeach @elseکارشناسی ثبت نشده است.
@endifکیفیت بار: @if($qualityRating > 0) @for($i = 1; $i <= 5; $i++) {{ $i <= $qualityRating ? '★' : '☆' }} @endfor @else امتیازی ثبت نشده @endif
تحویل به موقع: @if($deliveryRating > 0) @for($i = 1; $i <= 5; $i++) {{ $i <= $deliveryRating ? '★' : '☆' }} @endfor @else امتیازی ثبت نشده @endif
قیمت: @if($priceRating > 0) @for($i = 1; $i <= 5; $i++) {{ $i <= $priceRating ? '★' : '☆' }} @endfor @else امتیازی ثبت نشده @endif
پاسخگویی: @if($responsivenessRating > 0) @for($i = 1; $i <= 5; $i++) {{ $i <= $responsivenessRating ? '★' : '☆' }} @endfor @else امتیازی ثبت نشده @endif
میانگین کل: @if($supplier->rating > 0) @for($i = 1; $i <= 5; $i++) {{ $i <= $supplier->rating ? '★' : '☆' }} @endfor ({{ number_format($supplier->rating, 1) }}/5) @else امتیازی ثبت نشده @endif
{{ $supplier->description }}
{{ $supplier->bulk_products }}
| نام محصول | برند | کشور | گرید | خلوص | قیمت | آخرین بهروزرسانی |
|---|---|---|---|---|---|---|
| {{ $product->name }} | {{ $product->pivot->brand ?: '-' }} | {{ $product->pivot->country ?: '-' }} | {{ $product->pivot->grade ?: '-' }} | {{ $product->pivot->purity ?: '-' }} | @if($product->pivot->price) {{ number_format($product->pivot->price) }} تومان @else - @endif | @if($product->pivot->last_quoted_at) @else - @endif |
{{ $note->note }}
یادداشتی ثبت نشده است.
@endif