diff --git a/resources/views/conversations/conversations_table.blade.php b/resources/views/conversations/conversations_table.blade.php index e976622e..e0a9bd83 100644 --- a/resources/views/conversations/conversations_table.blade.php +++ b/resources/views/conversations/conversations_table.blade.php @@ -25,8 +25,8 @@ $filter_value) data-filter_{{ $filter_field }}="{{ $filter_value }}" @endforeach @endif > - {{-- todo: without this columns table becomes not 100% wide --}} - @if (empty($no_checkboxes))@endif + {{-- todo: without this column table becomes not 100% wide --}} + @if (empty($no_checkboxes))@endif @if (empty($no_customer))@endif @@ -40,7 +40,7 @@ - @if (empty($no_checkboxes))@endif + @if (empty($no_checkboxes))@endif @if (empty($no_customer)) @if (empty($no_checkboxes))@endif + @endif@else@endif @if (empty($no_checkboxes))
   @@ -87,7 +87,7 @@
@if (!empty($viewers[$conversation->id]))
- @endif