@extends('new-template.layouts.base')
@section('title', __('lang.sidebar.residential_customers'))
@section('content')
@livewire('client-table')
@push('modals')
@livewire('customer.modal-crud')
@livewire('customer.import-or-export-customer', ['typeCustomer' => \App\Models\Client::TYPE_RESIDENTIAL])
@endpush
@endsection