@extends('layouts.master') @section('title', 'Cartes') @section('content')
@livewire('carte.index-carte')
@endsection