revered button icon

This commit is contained in:
Cüneyt Şentürk
2020-10-22 15:42:02 +03:00
parent ad1adcd8ec
commit 8f37d8bfc4
48 changed files with 118 additions and 116 deletions

View File

@@ -291,13 +291,13 @@
<div class="col-xs-12 col-sm-6 text-right">
@stack('button_print_start')
<a href="{{ route('portal.invoices.print', $invoice->id) }}" target="_blank" class="btn btn-success header-button-top">
{{ trans('general.print') }}
<i class="fa fa-print"></i>&nbsp; {{ trans('general.print') }}
</a>
@stack('button_print_end')
@stack('button_pdf_start')
<a href="{{ route('portal.invoices.pdf', $invoice->id) }}" class="btn btn-white header-button-top">
{{ trans('general.download') }}
<i class="fa fa-file-pdf"></i>&nbsp; {{ trans('general.download') }}
</a>
@stack('button_pdf_end')
</div>