@extends('layouts.app') @section('content')
# | الاسم | النوع | العنوان | الحالة | الإجراءات |
---|---|---|---|---|---|
{{ $printer->id }} | {{ $printer->name }} | {{ $printer->type }} | {{ $printer->ip_address ?: $printer->connection_info }} | @if($printer->is_active) نشطة @else غير نشطة @endif |
|