@extends('layouts.master') @section('title', 'Prise en charge au garage') @section('content')

@yield('title')

@livewire('index-pris-en-charge') @endsection