@extends('layouts.app') @section('title', 'تفاصيل التسوية ' . $adjustment->adjustment_number . ' - '.config('app.name')) @section('breadcrumb') الرئيسية › المخزون › تسويات المخزون › تفاصيل التسوية @endsection @push('styles') @endpush @section('content')
{{ $adjustment->adjustment_number }}
{{ $adjustment->adjustment_date?->format('Y-m-d') }}
{{ $adjustment->warehouse?->name_ar ?? '—' }}
{{ $adjustment->type === 'add' ? 'إضافة كمية' : 'خصم كمية' }}
{{ $adjustment->costCenter->name }} ({{ $adjustment->costCenter->code }})
{{ $adjustment->notes }}
| {{ $i + 1 }} | {{ $line->item?->name_ar ?? $line->item?->code ?? '—' }} | {{ erp_qty($line->quantity) }} | {{ erp_money($line->unit_cost ?? 0) }} | {{ erp_money($lineTotal) }} SAR | {{ $reasonLabel }} |