From 3ba1dcbf51f2e8c1860a1daa225b9749dea0b43f Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Mon, 15 Oct 2018 16:36:06 +0300 Subject: [PATCH] Customer login for all invoices button added --- resources/lang/en-GB/invoices.php | 1 + resources/views/customers/invoices/link.blade.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/resources/lang/en-GB/invoices.php b/resources/lang/en-GB/invoices.php index 776cb09b6..e662b7aba 100644 --- a/resources/lang/en-GB/invoices.php +++ b/resources/lang/en-GB/invoices.php @@ -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', diff --git a/resources/views/customers/invoices/link.blade.php b/resources/views/customers/invoices/link.blade.php index 5192f55c4..c1072da9a 100644 --- a/resources/views/customers/invoices/link.blade.php +++ b/resources/views/customers/invoices/link.blade.php @@ -2,6 +2,10 @@ @section('title', trans_choice('general.invoices', 1) . ': ' . $invoice->invoice_number) +@section('new_button') +  {{ trans('invoices.all_invoices') }} +@endsection + @section('content')