@if (Auth()->user()->type_user != 'owner') @include('error.404') @dd() @else @extends('layouts.owner.master') @section('title', 'Inactifs') @section('content')
@livewire('owner.client.inactif.index-inactif')
@endsection @endif