@extends('backend.layout.main') @section('content')
@foreach ($lims_printer_all as $key => $printer) @endforeach
{{ __('db.Printer Name') }} {{ __('db.Warehouse') }} {{ __('db.Connection Type') }} {{ __('db.Capability Profile') }} {{ __('db.Characters per line') }} {{ __('db.IP Address') }} {{ __('db.Port') }} {{ __('db.Path') }} {{ __('db.action') }}
{{ $key }} {{ $printer->name }} {{ $printer->warehouse->name }} {{ $printer->connection_type_str }} {{ $printer->capability_profile_str }} {{ $printer->char_per_line }} {{ $printer->ip_address }} {{ $printer->port }} {{ $printer->path }}
@endsection @push('scripts')