@extends('layout.master') @section('title', 'Créer un approvisionnement') @section('css') @endsection @section('main-content')

Ajouter un approvisionnement

@livewire('supply.create-supply-delivery')
@endsection