@extends('layouts.master') @section('title', 'Générer le paiement'); @section('content')

@yield('title')

@livewire('taches.index-paiement')
@endsection