@extends('layouts.master') @section('title', 'Clients - Liste') @section('content')
@livewire('index-customer')
@include('pages/includes/customer-modal') @endsection