@extends('layouts.panel') @section('content')
| تامینکننده | قیمت | برند | کشور | انتخاب |
|---|---|---|---|---|
| {{ optional($offer->supplier)->name ?? '—' }} |
{{ $offer->price ? number_format($offer->price) . ' تومان' : '—' }}
@if($offer->price)
فی قیمت
@endif
|
{{ $offer->brand ?: '—' }} | {{ $offer->country ?? '—' }} | @if($offer->is_selected)انتخابشده@endif |
| استعلامی ثبت نشده است. | ||||
| تامینکننده | قیمت | واحد پول | برند | کشور | گرید | بستهبندی | تاریخ استعلام | انتخابشده؟ | |
|---|---|---|---|---|---|---|---|---|---|
| {{ optional($offer->supplier)->name ?? '—' }} |
{{ $offer->price ? number_format($offer->price) . ' تومان' : '—' }}
@if($offer->price)
فی قیمت
@endif
|
{{ $offer->currency ?? 'تومان' }} | {{ $offer->brand ?: '—' }} | {{ $offer->country ?: '—' }} | {{ $offer->grade ?: '—' }} | {{ $offer->packaging ?: '—' }} | {{ $offer->quoted_at ? jdate($offer->quoted_at)->format('Y/m/d') : '—' }} | @if($offer->is_selected) بلی @else خیر @endif | |
| جزئیاتی ثبت نشده است. | |||||||||
| نام محصول | مقدار درخواستی | فی هر واحد | قیمت کل |
|---|---|---|---|
| {{ optional($item->product)->name ?? ($item->product_name ?? '—') }} | {{ number_format($item->quantity, 0) }} {{ $item->unit }} | {{ number_format($unitPrice) }} تومان | {{ number_format($itemTotal) }} تومان |
| محصولی ثبت نشده است. | |||
| جمع آیتمها: | {{ number_format($totalItemsPrice) }} تومان | ||
| هزینههای اضافی: | {{ number_format($costsTotal) }} تومان | ||
| مالیات (۱۰٪): | {{ number_format($vat) }} تومان | ||
| جمع کل{{ $isOfficial ? ' (با احتساب ۱۰٪ مالیات)' : '' }}: | {{ number_format($grandTotal) }} تومان | ||
| عنوان | مبلغ |
|---|---|
| {{ $cost->title }} | {{ number_format($cost->amount) }} تومان |