@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/hardware/general.checkin') }} @parent @stop {{-- Page content --}} @section('content')
@if (($asset->model) && ($asset->model->name)) {{ $asset->model->name }} @else This asset's model is invalid! The asset should be edited to correct this before attempting to check it in or out. @endif