@extends('layouts.app') @section('title', isset($printer) ? 'Edit Printer' : 'Register Printer') @section('header_title', isset($printer) ? 'Edit Printer Details' : 'Register New Hardware') @push('styles') @endpush @section('content')
@csrf @if(isset($printer)) @method('PUT') @endif
@hasanyrole('Super Admin|Executive') @else
🔒 {{ auth()->user()->location->name ?? 'Unassigned' }}

Locked to your assigned location.

@endhasanyrole
Printer Details

Must exactly match the name the Python Agent sends.

Used as the absolute source of truth to track jobs.

Forces jobs to B&W if hardware doesn't support color.

Pricing Configuration

Total expected prints before hardware replacement.

A4 Paper Costs

A3 Paper Costs

Cancel
@endsection