@if($checklist->category == "Daily Checklist")
{!! trans('messages.list_all') !!} {!! trans('messages.items') !!}
Changes to the checklist will take effect after 12am
@else
{!! trans('messages.list_all') !!} {!! trans('messages.items') !!}
@endif
@if($checklist->category == "Daily Checklist")
@else
{!! Form::open(['route' => ['item.order',$checklist->id], 'role' => 'form', 'class' => 'config-menu-form', 'id' => 'config-menu-form', 'data-draggable' => 1, 'data-table-refresh' => 'checklist-item-table']) !!}
{!! Form::close() !!}
@endif