commit 08-2025
This commit is contained in:
parent
9b54eb0512
commit
02f2a4c23e
184 changed files with 31653 additions and 22327 deletions
|
|
@ -1,37 +0,0 @@
|
|||
<div class="td-entry-table-margin">
|
||||
{!! $entry->badge !!}
|
||||
|
||||
@if($entry->link)
|
||||
<a href="{{ $entry->link }}">
|
||||
@else
|
||||
<span>
|
||||
@endif
|
||||
|
||||
{!! $entry->name !!} /
|
||||
|
||||
@if($entry->reference)
|
||||
{!! $entry->reference !!} /
|
||||
@endif
|
||||
|
||||
@if($entry->total)
|
||||
({!! $entry->total !!})
|
||||
@endif
|
||||
|
||||
@if($entry->date)
|
||||
{!! $entry->date !!} /
|
||||
@endif
|
||||
|
||||
@if(isset($entry->price_formatted))
|
||||
<strong>{!! $entry->price_formatted !!} €</strong>
|
||||
@endif
|
||||
|
||||
@if($entry->link)
|
||||
</a>
|
||||
@else
|
||||
</span>
|
||||
@endif
|
||||
|
||||
@if(isset($entry->delete))
|
||||
{!! $entry->delete !!}
|
||||
@endif
|
||||
</div>
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
<div class="td-entry-table-margin">
|
||||
{!! $entry->badge !!}
|
||||
|
||||
@if($entry->link)
|
||||
<a href="{{ $entry->link }}">
|
||||
@else
|
||||
<span>
|
||||
@endif
|
||||
|
||||
{!! $entry->name !!} /
|
||||
|
||||
@if($entry->reference)
|
||||
{!! $entry->reference !!} /
|
||||
@endif
|
||||
|
||||
@if($entry->total)
|
||||
({!! $entry->total !!})
|
||||
@endif
|
||||
|
||||
@if($entry->date)
|
||||
{!! $entry->date !!} /
|
||||
@endif
|
||||
|
||||
@if(isset($entry->price_formatted))
|
||||
<strong>{!! $entry->price_formatted !!} €</strong>
|
||||
@endif
|
||||
|
||||
@if($entry->link)
|
||||
</a>
|
||||
@else
|
||||
</span>
|
||||
@endif
|
||||
|
||||
@if(isset($entry->delete))
|
||||
{!! $entry->delete !!}
|
||||
@endif
|
||||
</div>
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
Zahlungen / erstellte Gutschriften
|
||||
</h6>
|
||||
<div class="col-sm-6 mb-0 mt-2">
|
||||
{!! Form::open(['url' => route('admin_payments_credit'), 'class' => 'form-horizontal', 'id'=>'form_filter_sales_year']) !!}
|
||||
{!! Form::open(['action' => route('admin_payments_credit'), 'class' => 'form-horizontal', 'id'=>'form_filter_sales_year']) !!}
|
||||
|
||||
<label class="form-label" for="filter_sales_year">Filter Jahr</label>
|
||||
<select class="custom-select" name="filter_sales_year" id="filter_sales_year">
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@
|
|||
Zahlungen / erstellte Gutschriften
|
||||
</h6>
|
||||
<div class="col-sm-6 mb-0 mt-2">
|
||||
{!! Form::open(['url' => route('admin_payments_credit'), 'class' => 'form-horizontal', 'id'=>'form_filter_sales_year']) !!}
|
||||
{!! Form::open(['action' => route('admin_payments_credit'), 'class' => 'form-horizontal', 'id'=>'form_filter_sales_year']) !!}
|
||||
|
||||
<label class="form-label" for="filter_sales_year">Filter Jahr</label>
|
||||
<select class="custom-select" name="filter_sales_year" id="filter_sales_year">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue