diff --git a/resources/views/hardware/checkin.blade.php b/resources/views/hardware/checkin.blade.php index 1223996b84..c680949f5e 100755 --- a/resources/views/hardware/checkin.blade.php +++ b/resources/views/hardware/checkin.blade.php @@ -2,126 +2,115 @@ {{-- Page title --}} @section('title') -{{ trans('admin/hardware/general.checkin') }} -@parent + {{ trans('admin/hardware/general.checkin') }} + @parent @stop {{-- Page content --}} @section('content') - + .input-group { + padding-left: 0px !important; + } + -
- @if (($asset->model) && ($asset->model->name)) - {{ $asset->model->name }} +
+ @if (($asset->model) && ($asset->model->name)) + {{ $asset->model->name }} - @else - + @else + This asset's model is invalid! The asset should be edited to correct this before attempting to check it in or out. - @endif -
-{{ $asset->name }}
-