Customer login for all invoices button added
This commit is contained in:
parent
c23abe13bf
commit
3ba1dcbf51
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'download_pdf' => 'Download PDF',
|
||||
'send_mail' => 'Send Email',
|
||||
'all_invoices' => 'Login to for all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Draft',
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
@section('title', trans_choice('general.invoices', 1) . ': ' . $invoice->invoice_number)
|
||||
|
||||
@section('new_button')
|
||||
<span class="new-button"><a href="{{ url('customers') }}" class="btn btn-default btn-sm"><span class="fa fa-user-o"></span> {{ trans('invoices.all_invoices') }}</a></span>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="box box-success">
|
||||
<section class="invoice">
|
||||
|
Loading…
x
Reference in New Issue
Block a user