@extends('layouts.app') @section('title', 'تفاصيل طرف الاستقبال') @section('content')

{{ $recipient->name }}

تفاصيل طرف استقبال المنتجات

{{ $recipient->name }}

{{ $recipient->address ?? '-' }}

{{ $recipient->contact_person ?? '-' }}

{{ $recipient->phone ?? '-' }}

@if($recipient->is_active) نشط @else غير نشط @endif

أنشئ في: {{ $recipient->created_at->format('Y-m-d H:i') }}

آخر تحديث: {{ $recipient->updated_at->format('Y-m-d H:i') }}

@endsection