diff --git a/resources/lang/en/admin/locations/table.php b/resources/lang/en/admin/locations/table.php index 4792273c3..4147bf8e8 100644 --- a/resources/lang/en/admin/locations/table.php +++ b/resources/lang/en/admin/locations/table.php @@ -20,4 +20,22 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'company' => 'Company', + 'user_name' => 'User Name', + 'employee_num' => 'Employee No.', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):' +]; diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 981c52e57..bb38c6ba2 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -2,7 +2,7 @@
-