mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 03:07:01 +00:00
Stubs for docuninja signing
This commit is contained in:
19
resources/views/portal/ninja2020/flow2/docu-ninja.blade.php
Normal file
19
resources/views/portal/ninja2020/flow2/docu-ninja.blade.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden px-4 py-5 bg-white sm:gap-4 sm:px-6">
|
||||
|
||||
<div class="p-2">
|
||||
@if($errors->any())
|
||||
<div class="alert alert-error">
|
||||
<ul>
|
||||
@foreach($errors->all() as $error)
|
||||
<li class="text-sm">{{ $error }}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@php
|
||||
session()->forget('errors');
|
||||
@endphp
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user