@extends('layouts.app') @section('title', 'الباركودات') @section('content')
| # | قيمة الباركود | المادة | النوع | الحالة | تاريخ التوليد | الإجراءات | |
|---|---|---|---|---|---|---|---|
| {{ $barcode->id }} |
{{ $barcode->barcode_value }}
|
@if($barcode->item)
{{ $barcode->item->name }}
{{ $barcode->item->organization->name }} @else - @endif |
{{ $barcode->barcode_type }} |
@if($barcode->printed)
مطبوع
{{ $barcode->printed_at->format('Y-m-d') }} @else غير مطبوع @endif |
{{ $barcode->generated_at->format('Y-m-d H:i') }} |