@extends('layouts.master') @section('title', 'Dépenses') @section('content')
@livewire('expense.index-expense')
@endsection