@extends('layouts.master') @section('title', 'Clients') @section('content')
@livewire('carburant.client.index-client')
@endsection