update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -121,17 +121,17 @@
|
||||
<div class="table-top-btn-group d-print-none p-2">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route('business.transactions.csv') }}">
|
||||
<a class="export-btn" href="{{ route('business.transactions.csv') }}">
|
||||
<img src="{{ asset('assets/images/logo/csv.svg') }}" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ route('business.transactions.excel') }}">
|
||||
<a class="export-btn" href="{{ route('business.transactions.excel') }}">
|
||||
<img src="{{ asset('assets/images/logo/excel.svg') }}" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="{{ route('business.transactions.pdf') }}">
|
||||
<a class="export-btn" target="_blank" href="{{ route('business.transactions.pdf') }}">
|
||||
<img src="{{ asset('assets/images/logo/pdf.svg') }}" alt="">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user