@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/components/general.checkin') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ $component->name }}

{{ $asset->present()->fullName }}

Must be {{ $component_assets->assigned_qty }} or less.

{!! $errors->first('checkin_qty', '') !!}
{!! $errors->first('note', '') !!}
@stop