| # | {{ __('Movement No.') }} رقم الحركة |
{{ __('From Branch') }} من فرع |
{{ __('Sender Employee') }} الموظف المرسِل |
{{ __('Receiver Employee') }} الموظف المستلم |
{{ __('Total Cost') }} إجمالي التكلفة |
{{ __('Items Count') }} عدد البنود |
{{ __('Date') }} التاريخ |
{{ __('Operations') }} العمليات |
|---|---|---|---|---|---|---|---|---|
| {{ $receivedMovements->firstItem() + $index }} | #{{ $movement->id }} | {{ $movement->branchFrom->name ?? __('Not Specified') }} | {{ $movement->userFrom->name ?? '-' }} | {{ $movement->userTo->name ?? '-' }} | {{ number_format($movement->Totalcost, 2) }} | {{ $movement->items->count() }} {{ __('home.Product') }} |
{{ $movement->created_at->format('Y-m-d') }}
{{ $movement->created_at->format('H:i') }} |
|
|
{{ __('home.no_received_movements_found') }} |
||||||||