'Payment', 'payments' => 'Payment List', 'list' => 'Payment List', 'found' => 'Payment found.', 'not_found' => 'Payment not found.', 'empty' => 'Payment list is empty.', 'back_to_index' => 'Back to Payment List', 'receipt' => 'Payment Receipt', 'from' => 'Receive from', 'cash_amount' => 'Cash amount', 'words_amount' => 'In word amount', // Actions 'create' => 'Create new Payment', 'create_fee' => 'Create Fee Payment', 'created' => 'Payment has been created.', 'show' => 'Show Payment Detail', 'detail' => 'Payment Detail', 'edit' => 'Edit Payment', 'update' => 'Update Payment', 'updated' => 'Payment data has been updated.', 'delete' => 'Delete Payment', 'deleted' => 'Payment has been deleted.', 'undeleted' => 'Payment not deleted.', 'search' => 'Search Project Payment', 'print' => 'Print Receipt', // Attributes 'id' => 'Payment ID', 'description' => 'Description', 'date' => 'Payment Date', 'in_out' => 'Transaction Type', 'in' => 'Cash in', 'out' => 'Cash out', 'type' => 'Payment Type', 'project' => 'Project', 'customer' => 'From/To', 'amount' => 'Amount', 'cash_in' => 'Cash In', 'cash_out' => 'Cash Out', 'payer' => 'Payer', // Types 'types' => [ 'project' => 'Project', 'add_job' => 'Add Job', 'maintenance' => 'Maintenance', ], ];