@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/hardware/general.bulk_checkin') }}
@parent
@stop
{{-- Page content --}}
@section('content')
{{ trans('admin/hardware/form.tag') }}
{{-- Status --}}
{{-- Update actual location --}}
{{-- Checkin date --}}
{{-- Checkin associated license seats. The hidden
partner input ensures a "0" value submits when
the checkbox is unchecked (browsers omit
unchecked checkboxes entirely, so without the
hidden the controller can't distinguish
"unchecked" from "field not present"). --}}
{{-- Checkin associated child assets. Same
hidden-partner pattern as above. --}}
@stop