@extends('layouts.app') @section('title', 'أمر تركيب') @section('page_title', 'أمر التركيب ' . $installation->code) @section('breadcrumb')
| IMEI | الجهاز | الشريحة | الحالة |
|---|---|---|---|
| @if ($device) {{ $device->imei }} @else — @endif | {{ $device?->product?->name ?? '—' }} | {{ $device?->sim_number ?: '—' }} | {!! $device ? badge($device->status_label, $device->status_color) : '—' !!} |
| لم تُحدَّد أجهزة لهذا الأمر | |||
{{ $installation->technician_notes }}
{{ $installation->notes }}