@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/kits/general.checkout') }} @parent @stop {{-- Page content --}} @section('content')
{{ csrf_field() }} @include ('partials.forms.edit.user-select', ['translated_name' => trans('general.select_user'), 'fieldname' => 'user_id', 'required'=> 'true'])
{!! $errors->first('checkout_at', ' :message') !!}
{!! $errors->first('expected_checkin', ' :message') !!}
{!! $errors->first('note', ' :message') !!}
@stop @section('moar_scripts') @include('partials/assets-assigned') @stop @section('notifications') @parent @stop