@extends('layouts.tabler') @section('content')
@if($units->isEmpty()) @else
@livewire('tables.unit-table')
@endif
@endsection