@extends('layouts.app') @section('title', __('printer.printers')) @section('content')

@lang('printer.printers') @lang('printer.manage_your_printers')

@component('components.widget', ['class' => 'box-primary', 'title' => __('printer.all_your_printer')]) @slot('tool')
@lang('printer.add_printer')
@endslot
@lang('printer.name') @lang('printer.connection_type') @lang('printer.capability_profile') @lang('printer.character_per_line') @lang('printer.ip_address') @lang('printer.port') @lang('printer.path') @lang('messages.action')
@endcomponent
@stop @section('javascript') @endsection