@extends('layouts.master') @section('title', 'Rapport des tâches'); @section('content')

@yield('title')

@livewire('tache-report')
@endsection