@extends('layouts.master') @section('title', 'Camions') @section('content')

@yield('title')

@livewire('index-camion') @endsection