@extends('layouts.app') @section('title', 'عرض سعر') @section('page_title', 'عرض السعر ' . $quotation->code) @section('breadcrumb')
| # | البيان | الكمية | السعر | الخصم | الضريبة | الإجمالي |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $item->description }}
@if ($item->product) {{ $item->product->code }} @endif
|
{{ (float) $item->quantity }} | {{ currency($item->price) }} | {{ currency($item->discount) }} | {{ (float) $item->tax_rate }}% ({{ currency($item->tax_amount) }}) | {{ currency($item->total) }} |
| الرقم | التاريخ | الإجمالي | الحالة |
|---|---|---|---|
| {{ $invoice->code }} | {{ arabicDate($invoice->date) }} | {{ currency($invoice->total) }} | {!! badge($invoice->status_label, $invoice->status_color) !!} |
{{ $quotation->terms }}