Fix a typo.
This commit is contained in:
		| @@ -22,9 +22,9 @@ | ||||
|         'novalidate' => true | ||||
|     ]) !!} | ||||
| @endif | ||||
|         @if (!$hideCompany)  | ||||
|         @if (!$hideCompany) | ||||
|             <x-documents.form.company | ||||
|                 type="{{ $type }}"  | ||||
|                 type="{{ $type }}" | ||||
|                 hide-logo="{{ $hideLogo }}" | ||||
|                 hide-document-title="{{ $hideDocumentTitle }}" | ||||
|                 hide-document-subheading="{{ $hideDocumentSubheading }}" | ||||
| @@ -32,7 +32,7 @@ | ||||
|             /> | ||||
|         @endif | ||||
|  | ||||
|         <x-documents.form.main  | ||||
|         <x-documents.form.main | ||||
|             type="{{ $type }}" | ||||
|             :document="$document" | ||||
|             hide-contact="{{ $hideContact }}" | ||||
| @@ -41,9 +41,9 @@ | ||||
|             :contacts="$contacts" | ||||
|             :search_route="$contactSearchRoute" | ||||
|             :create_route="$contactCreateRoute" | ||||
|             hide-issue-at="{{ $hideIssuedAt }}" | ||||
|             text-issue-at="{{ $textIssuedAt }}" | ||||
|             issue-at="{{ $issuedAt }}" | ||||
|             hide-issued-at="{{ $hideIssuedAt }}" | ||||
|             text-issued-at="{{ $textIssuedAt }}" | ||||
|             issued-at="{{ $issuedAt }}" | ||||
|             hide-document-number="{{ $hideDocumentNumber }}" | ||||
|             text-document-number="{{ $textDocumentNumber }}" | ||||
|             document-number="{{ $documentNumber }}" | ||||
| @@ -67,15 +67,15 @@ | ||||
|             text-amount="{{ $textAmount }}" | ||||
|         /> | ||||
|  | ||||
|         @if (!$hideFooter)  | ||||
|             <x-documents.form.footer  | ||||
|         @if (!$hideFooter) | ||||
|             <x-documents.form.footer | ||||
|                 type="{{ $type }}" | ||||
|                 :document="$document" | ||||
|             /> | ||||
|         @endif | ||||
|  | ||||
|         @if (!$hideAdvanced)  | ||||
|             <x-documents.form.advanced  | ||||
|         @if (!$hideAdvanced) | ||||
|             <x-documents.form.advanced | ||||
|                 type="{{ $type }}" | ||||
|                 :document="$document" | ||||
|                 hide-recurring="{{ $hideRecurring }}" | ||||
| @@ -84,7 +84,7 @@ | ||||
|             /> | ||||
|         @endif | ||||
|  | ||||
|         @if (!$hideButtons)  | ||||
|         @if (!$hideButtons) | ||||
|             <x-documents.form.buttons | ||||
|                 type="{{ $type }}" | ||||
|                 :document="$document" | ||||
|   | ||||
| @@ -13,9 +13,9 @@ | ||||
|             :contacts="$contacts" | ||||
|             :search_route="$contactSearchRoute" | ||||
|             :create_route="$contactCreateRoute" | ||||
|             hide-issue-at="{{ $hideIssuedAt }}" | ||||
|             text-issue-at="{{ $textIssuedAt }}" | ||||
|             issue-at="{{ $issuedAt }}" | ||||
|             hide-issued-at="{{ $hideIssuedAt }}" | ||||
|             text-issued-at="{{ $textIssuedAt }}" | ||||
|             issued-at="{{ $issuedAt }}" | ||||
|             hide-document-number="{{ $hideDocumentNumber }}" | ||||
|             text-document-number="{{ $textDocumentNumber }}" | ||||
|             document-number="{{ $documentNumber }}" | ||||
| @@ -27,7 +27,7 @@ | ||||
|             order-number="{{ $orderNumber }}" | ||||
|         /> | ||||
|  | ||||
|         <x-documents.form.items  | ||||
|         <x-documents.form.items | ||||
|             type="{{ $type }}" | ||||
|             :document="$document" | ||||
|             hide-edit-item-columns="{{ $hideEditItemColumns }}" | ||||
|   | ||||
| @@ -49,7 +49,7 @@ | ||||
|                     <th class="{{ $classIssuedAt }}"> | ||||
|                         @stack('issued_at_th_inside_start') | ||||
|  | ||||
|                         @sortablelink('issued_at', trans($textIssueAt)) | ||||
|                         @sortablelink('issued_at', trans($textIssuedAt)) | ||||
|  | ||||
|                         @stack('issued_at_th_inside_end') | ||||
|                     </th> | ||||
| @@ -258,4 +258,4 @@ | ||||
|             @endforeach | ||||
|         </tbody> | ||||
|     </table> | ||||
| </div> | ||||
| </div> | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
|             hide-amount="{{ $hideAmount }}" | ||||
|             class-amount="{{ $classAmount }}" | ||||
|             hide-issued-at="{{ $hideIssuedAt }}" | ||||
|             text-issued-at="{{ $textIssueAt }}" | ||||
|             text-issued-at="{{ $textIssuedAt }}" | ||||
|             class-issued-at="{{ $classIssuedAt }}" | ||||
|             hide-due-at="{{ $hideDueAt }}" | ||||
|             class-due-at="{{ $classDueAt }}" | ||||
| @@ -64,4 +64,4 @@ | ||||
|         page="{{ $page }}" | ||||
|         docs-path="{{ $docsPath }}" | ||||
|     /> | ||||
| @endif | ||||
| @endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user