@extends('layouts.master') @section('title', 'Commandes ' . $client->fullname) @section('content')

@yield('title')

@livewire('commande.create-commande', ['client' => $client])
@endsection