@extends('layouts.app') @section('title', 'Serial: '.$serial->serial_no) @section('breadcrumb')
{{ $serial->productVariant?->display_name }}
| Product | {{ $timeline['product_name'] }} |
| Variant | {{ $timeline['variant_name'] }} |
| Brand | {{ $timeline['brand'] }} |
| Category | {{ $timeline['category'] }} |
| SKU | {{ $timeline['sku'] }} |
| Supplier | {{ $timeline['supplier_name'] ?? '—' }} |
| Invoice | {{ $timeline['purchase_invoice'] ?? '—' }} |
| Date | {{ $timeline['purchase_date'] ? \Carbon\Carbon::parse($timeline['purchase_date'])->format('d M Y') : '—' }} |
| Cost | {{ $timeline['purchase_cost'] ? '৳'.number_format($timeline['purchase_cost'],2) : '—' }} |
| Customer | {{ $timeline['customer_name'] ?? '—' }} |
| Phone | {{ $timeline['customer_phone'] ?? '—' }} |
| Invoice | {{ $timeline['sale_invoice'] ?? '—' }} |
| Date | {{ $timeline['sale_date'] ? \Carbon\Carbon::parse($timeline['sale_date'])->format('d M Y') : '—' }} |
| Price | {{ $timeline['selling_price'] ? '৳'.number_format($timeline['selling_price'],2) : '—' }} |