@extends('layouts.LayoutMaster') @section('content')

Informations demande de ramassage

@if (Auth::user()->parcels()->waitingDelivery()->withoutProduct()->count() > 0)
@csrf @include('delivery-note.form')
Create
@else @endif
@endsection