@php($title = 'Контакты') @extends('layouts.app') @section('content')
@livewire('clients.search.input')
@livewire('clientsTable')
@endsection