@extends('admin.layouts.master') @section('title', 'تفاصيل مقطورة') @section('content')
@if(session('success'))
{{ session('success') }}
@endif
التصاريح

{{ $trailer->vehicle_permits_count }}

المركبة المرتبطة
{{ $trailer->vehicle?->plate_number ?? 'غير مرتبطة' }}
الحالة
{{ $trailer->active_label }}
البيانات الأساسية
رقم المقطورة {{ $trailer->trailer_number }}
رقم الشاسيه {{ $trailer->chassis_number ?? '-' }}
اللون {{ $trailer->color ?? '-' }}
سنة الموديل {{ $trailer->model_year ?? '-' }}
الحالة {{ $trailer->active_label }}
بيانات الملكية والارتباط
الفرع {{ $trailer->branch?->name ?? '-' }}
صاحب المقطورة {{ $trailer->owner_label }}
@if($trailer->company) @endif @if($trailer->customer)
العميل @can('edit customers') {{ $trailer->customer->full_name }} @else {{ $trailer->customer->full_name }} @endcan
@endif
المركبة المرتبطة @if($trailer->vehicle) {{ $trailer->vehicle->plate_number }} @else غير مرتبطة @endif
@if($trailer->notes)
ملاحظات
{{ $trailer->notes }}
@endif
@endsection