Customer login for all invoices button added

This commit is contained in:
cuneytsenturk 2018-10-15 16:36:06 +03:00
parent c23abe13bf
commit 3ba1dcbf51
2 changed files with 5 additions and 0 deletions

View File

@ -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',

View File

@ -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> &nbsp;{{ trans('invoices.all_invoices') }}</a></span>
@endsection
@section('content')
<div class="box box-success">
<section class="invoice">