@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->name)
{{ $accessory->name }}
@endif
@stop