@props([ 'item' => null, 'permission' => null, 'route', 'wide' => false, ]) @can('checkin', $item) @if ($item->showCheckinButton($item) == 'show-active') @if ($wide=='true') {{ trans('general.checkin') }} @endif @endif @endcan