diff --git a/resources/lang/af/admin/hardware/table.php b/resources/lang/af/admin/hardware/table.php index 8116236d9..ec397ee88 100644 --- a/resources/lang/af/admin/hardware/table.php +++ b/resources/lang/af/admin/hardware/table.php @@ -19,6 +19,7 @@ return array( 'status' => 'status', 'title' => 'bate', 'image' => 'Toestelbeeld', - 'days_without_acceptance' => 'Dae sonder aanvaarding' + 'days_without_acceptance' => 'Dae sonder aanvaarding', + 'monthly_depreciation' => 'Maandelikse Waardevermindering' ); diff --git a/resources/lang/en-GB/admin/hardware/table.php b/resources/lang/en-GB/admin/hardware/table.php index e8baa09d5..38788e198 100644 --- a/resources/lang/en-GB/admin/hardware/table.php +++ b/resources/lang/en-GB/admin/hardware/table.php @@ -19,6 +19,7 @@ return array( 'status' => 'Status', 'title' => 'Asset ', 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'days_without_acceptance' => 'Days Without Acceptance', + 'monthly_depreciation' => 'Monthly Depreciation' ); diff --git a/resources/lang/en/admin/hardware/table.php b/resources/lang/en/admin/hardware/table.php index e8baa09d5..38788e198 100644 --- a/resources/lang/en/admin/hardware/table.php +++ b/resources/lang/en/admin/hardware/table.php @@ -19,6 +19,7 @@ return array( 'status' => 'Status', 'title' => 'Asset ', 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'days_without_acceptance' => 'Days Without Acceptance', + 'monthly_depreciation' => 'Monthly Depreciation' ); diff --git a/resources/views/reports/depreciation.blade.php b/resources/views/reports/depreciation.blade.php index e7fdf8a35..504e69c42 100644 --- a/resources/views/reports/depreciation.blade.php +++ b/resources/views/reports/depreciation.blade.php @@ -51,9 +51,10 @@