@extends('client.modals.core.modal',['id' => 'draftOrders']) @section('title') RIEPILOGO ORDINE @endsection @section('content') @if($draftOrders)
@csrf @method('PUT')
@else

Non hai alcun ordine preliminare per questo negozio. Clicca sui pulsanti "INVIA ORDINE" o "SALVA PREVENTIVO".

@endif @endsection