@extends('layouts.app') @section('title', 'الباركودات') @section('content')

الباركودات

البحث عن باركود توليد باركودات جديدة
@if($barcodes->count() > 0)
@foreach($barcodes as $barcode) @endforeach
# قيمة الباركود المادة النوع الحالة تاريخ التوليد الإجراءات
{{ $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') }}
{{ $barcodes->links('pagination::bootstrap-5') }}
@else
لا توجد باركودات

ابدأ بتوليد باركودات للمواد

توليد باركودات جديدة
@endif
@endsection @push('scripts') @endpush