@can('manage', $rent)
@if(!in_array($rent->status, ['N', 'M', '9']))
審核
@endif
@endcan
@if ($rent->site_id == env('SITE_ID'))
@if(!in_array($rent->status, ['M', '6', '0b', '2b', '3b', '6b', '0c', '2c', '3c', '6c', '8', '9']))
@endif
@else
@if(!in_array($rent->status, ['M', '6c', '0d', '8', '9']))
@endif
@endif