@extends('layouts.tabler') @section('content')
@if($customers->isEmpty()) @else
{{---
---}} @livewire('tables.customer-table')
@endif
@endsection