@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')
{{ $asset->present()->fullName }}
@stop