@extends('layouts.app') @section('content')
| التاريخ | النوع | المخزن | الكمية | المرجع |
|---|---|---|---|---|
| {{ $transaction->created_at->format('Y-m-d H:i') }} | {{ $transaction->type === 'in' ? 'وارد' : 'صادر' }} | @if($transaction->warehouse) {{ $transaction->warehouse->name }} @else مخزن محذوف @endif | {{ $transaction->quantity }} | @if($transaction->reference) #{{ $transaction->reference }} @else - @endif |
|
لا توجد تحركات سابقة لهذا الصنف. |
||||