@extends('layouts.app') @section('title', 'Nouvelle demande - '.$typeLabel) @section('content') « Retour

{{ $typeLabel }}

@csrf @if($type === 'prelevement')
@elseif($type === 'consommable')
@elseif($type === 'reclamation')
@elseif($type === 'resultat')
@endif
@if($type === 'prelevement') @endif @endsection