@extends('layouts.app') @section('title', 'تفاصيل الحوالة - نظام إدارة الحوالات الخارجية') @section('page-title', 'تفاصيل الحوالة') @section('page-actions') @if($transfer->status === 'draft') تعديل الحوالة
@endif العودة إلى قائمة الحوالات @endsection @section('content'){{ $transfer->reference_number }}
{{ $transfer->transfer_date->format('Y-m-d') }}
{{ $transfer->company->name }}
{{ $transfer->bank->name }}
{{ $transfer->bankAccount->account_number }}
{{ $transfer->beneficiary->name }}
{{ number_format($transfer->amount, 2) }} {{ $transfer->currency }}
{{ $transfer->amount_in_words }}
{{ $transfer->amount_in_words_en }}
{{ $transfer->purpose }}
{{ $transfer->purpose_en }}
{{ $transfer->invoice_number }}
{{ $transfer->invoice_date->format('Y-m-d') }}
{{ $transfer->note }}
@if($attachment->file_type == 'invoice') فاتورة @elseif($attachment->file_type == 'import_license') إجازة استيراد @elseif($attachment->file_type == 'shipping_document') مستند شحن @else مستند آخر @endif تاريخ الرفع: {{ $attachment->uploaded_at->format('Y-m-d') }}
عرض تنزيلالاسم: {{ $transfer->beneficiary->name }}
العنوان: {{ $transfer->beneficiary->address }}
الدولة: {{ $transfer->beneficiary->country }} - {{ $transfer->beneficiary->city }}
البنك: {{ $transfer->beneficiary->bank_name }}
العنوان: {{ $transfer->beneficiary->bank_address }}
سويفت كود: {{ $transfer->beneficiary->swift_code }}
رقم الحساب: {{ $transfer->beneficiary->account_number }}
{{ $transfer->created_at->format('Y-m-d H:i') }}
{{ $transfer->updated_at->format('Y-m-d H:i') }}
{{ $transfer->updated_at->format('Y-m-d H:i') }}
{{ $transfer->updated_at->format('Y-m-d H:i') }}
@if($transfer->rejection_reason){{ $transfer->rejection_reason }}
@endif