@extends('layouts.app') @section('content')

الطابعات

قائمة الطابعات
@foreach($printers as $printer) @endforeach
# الاسم النوع العنوان الحالة الإجراءات
{{ $printer->id }} {{ $printer->name }} {{ $printer->type }} {{ $printer->ip_address ?: $printer->connection_info }} @if($printer->is_active) نشطة @else غير نشطة @endif
@endsection @push('scripts') @endpush