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