@if($this->alias === 'floor_plan')
{!! $this->makePartial('lists/floor_plan_view') !!}
@else
@endif
{!! form_open(['id' => 'list-form', 'role' => 'form', 'method' => 'POST']) !!}
@if ($showCheckboxes) {!! $this->makePartial('lists/list_actions') !!} @endif {!! $this->makePartial('lists/list_head') !!} @if(count($records)) {!! $this->makePartial('lists/list_body') !!} @else @endif
{{ $emptyMessage }}
{!! form_close() !!} {!! $this->makePartial('lists/list_pagination') !!} @if ($showSetup) {!! $this->makePartial('lists/list_setup') !!} @endif