@extends('company.layouts.app') @section('title', 'تفاصيل عملية') @section('content')
| رقم العملية | {{ $transaction->transaction_number }} |
|---|---|
| النوع | {{ $transaction->transaction_type_label }} |
| الاتجاه | {{ $transaction->direction_label }} |
| القيمة | {{ number_format((float) $transaction->amount, 2) }} |
| المرجع | {{ $transaction->reference_label }} |
| تاريخ العملية | {{ $transaction->transaction_date?->format('Y-m-d H:i') ?? '-' }} |