@extends('layouts.base2')
@section('title', 'Interface de gestion de contact')
@push('styles')
@endpush
@section('content')
@section('titlePage')
Modification des informations
@stop
@include('layouts.flash-message')
@livewire('back.client.edition-client', ['clientInfo'=>$clientInfo]);
@stop
@section('footer')
@stop