diff --git a/resources/views/invoice/show.blade.php b/resources/views/invoice/show.blade.php index f9f9629..911ad50 100644 --- a/resources/views/invoice/show.blade.php +++ b/resources/views/invoice/show.blade.php @@ -2,10 +2,12 @@

- {{ __('invoice.Invoice') }} {{ $invoice->number }} + {{ __('invoice.Invoice') }} {{ $invoice->number }} ({{ $invoice->localized_state }})

- + @if ($invoice->status === 'created') + + @endif