diff --git a/resources/lang/en-GB/portal.php b/resources/lang/en-GB/portal.php index 6bba524ee..a0ea4a0b1 100644 --- a/resources/lang/en-GB/portal.php +++ b/resources/lang/en-GB/portal.php @@ -10,6 +10,7 @@ return [ 'get_started' => 'Get started for free', 'billing_address' => 'Billing Address', 'see_all_details' => 'See all account details', + 'all_payments' => 'Login to view all payments', 'received_date' => 'Received Date', 'last_payment' => [ diff --git a/resources/views/components/documents/index/recurring_templates.blade.php b/resources/views/components/documents/index/recurring_templates.blade.php index a4479e64c..5f4f6d6b7 100644 --- a/resources/views/components/documents/index/recurring_templates.blade.php +++ b/resources/views/components/documents/index/recurring_templates.blade.php @@ -41,7 +41,7 @@ @foreach($documents as $item) - + @if (! $hideBulkAction)