@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/accessories/general.checkin') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
@if ($accessory->id)

{{ $accessory->name }}

@endif
@if ($accessory->name)

{{ $accessory->name }}

@endif
{!! $errors->first('note', '') !!}
{!! $errors->first('checkin_at', ' :message') !!}
@stop